ci: Bump the gh-actions group with 4 updates#311
Merged
Oliver Borchert (borchero) merged 2 commits intomainfrom Mar 30, 2026
Merged
ci: Bump the gh-actions group with 4 updates#311Oliver Borchert (borchero) merged 2 commits intomainfrom
Oliver Borchert (borchero) merged 2 commits intomainfrom
Conversation
Bumps the gh-actions group with 4 updates: [actions/download-artifact](https://github.com/actions/download-artifact), [marocchino/sticky-pull-request-comment](https://github.com/marocchino/sticky-pull-request-comment), [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) and [Swatinem/rust-cache](https://github.com/swatinem/rust-cache). Updates `actions/download-artifact` from 8.0.0 to 8.0.1 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@70fc10c...3e5f45b) Updates `marocchino/sticky-pull-request-comment` from 2.9.4 to 3.0.2 - [Release notes](https://github.com/marocchino/sticky-pull-request-comment/releases) - [Commits](marocchino/sticky-pull-request-comment@7737449...70d2764) Updates `release-drafter/release-drafter` from 6.2.0 to 7.1.1 - [Release notes](https://github.com/release-drafter/release-drafter/releases) - [Commits](release-drafter/release-drafter@6db134d...139054a) Updates `Swatinem/rust-cache` from 2.8.2 to 2.9.1 - [Release notes](https://github.com/swatinem/rust-cache/releases) - [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md) - [Commits](Swatinem/rust-cache@779680d...c193711) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gh-actions - dependency-name: marocchino/sticky-pull-request-comment dependency-version: 3.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-actions - dependency-name: release-drafter/release-drafter dependency-version: 7.1.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-actions - dependency-name: Swatinem/rust-cache dependency-version: 2.9.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gh-actions ... Signed-off-by: dependabot[bot] <support@github.com>
Oliver Borchert (borchero)
approved these changes
Mar 30, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #311 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 56 56
Lines 3218 3218
=========================================
Hits 3218 3218 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Pull request overview
Updates pinned GitHub Action dependencies and adjusts chore workflows to align with newer release-drafter behavior (separating PR autolabeling from main-branch release drafting).
Changes:
- Bump
Swatinem/rust-cache,actions/download-artifact,marocchino/sticky-pull-request-comment, andrelease-drafter/release-drafterto newer pinned SHAs. - Refactor chore workflows: PR workflow now runs title check + autolabeler; main-branch workflow now drafts releases on push to
main. - Update
release-drafterusage to v7-styletokeninput and theautolabelersub-action.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/copilot-setup-steps.yml | Bumps Rust cache action used during setup. |
| .github/workflows/ci.yml | Bumps Rust cache action used in CI jobs. |
| .github/workflows/chore-pr.yml | Updates sticky comment action, switches release-drafter to autolabeler, and limits triggers to PR events. |
| .github/workflows/chore-main.yml | New workflow to draft releases on main pushes using release-drafter v7. |
| .github/workflows/build.yml | Bumps download-artifact used during publish step. |
Comments suppressed due to low confidence (2)
.github/workflows/chore-pr.yml:18
marocchino/sticky-pull-request-commentcreates/updates PR comments via the Issues comments API, which requiresissues: write. This job sets explicit permissions but omitsissues: write, so the sticky-comment steps will fail with a 403 once the token permissions are restricted to onlycontents+pull-requests.
.github/workflows/chore-pr.yml:59release-drafter/.../autolabelerapplies labels using the Issues labels API and typically also needs to read the repo config (release-drafter YAML). With onlypull-requests: writegranted here, the action is likely to fail due to missingissues: write(and potentiallycontents: readif repo defaults are restricted). Consider explicitly granting the minimal required permissions.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the gh-actions group with 4 updates: actions/download-artifact, marocchino/sticky-pull-request-comment, release-drafter/release-drafter and Swatinem/rust-cache.
Updates
actions/download-artifactfrom 8.0.0 to 8.0.1Release notes
Sourced from actions/download-artifact's releases.
Commits
3e5f45bAdd regression tests for CJK characters (#471)e6d03f6Add a regression test for artifact name + content-type mismatches (#472)Updates
marocchino/sticky-pull-request-commentfrom 2.9.4 to 3.0.2Release notes
Sourced from marocchino/sticky-pull-request-comment's releases.
Commits
70d2764📦️ Build308b2fdDon't create a comment with hide: true (#1661)3bbec31Add comprehensive tests for main.ts covering all branches (#1660)aaf6178🔖 Version bump (#1658)7d67ef6👷 Use pull_request1ed3d7b⬆️ Update deps46a16ecbuild(deps-dev): Bump@types/nodefrom 24.5.2 to 25.0.3 (#1646)0a36b9ebuild(deps): Bump@actions/corefrom 1.11.1 to 2.0.2 (#1649)74297c9build(deps-dev): Bump@vercel/nccfrom 0.38.3 to 0.38.4 (#1592)e736d73📦️ BuildUpdates
release-drafter/release-drafterfrom 6.2.0 to 7.1.1Release notes
Sourced from release-drafter/release-drafter's releases.
... (truncated)
Commits
139054achore: release v7.1.1114efa7fix: remove disable-releaser and disable-autolabeler from action.yaml (#1564)b23b6d2test: add semantic prefix replacer example44a942echore: release v7.1.0f1f40a0docs: update README with pull_request_target example (#1561)ebb69bbfix: support pull_request_target event in autolabeler (#1560)bddbd54ci: make sure PRs have a type label (#1557)4a66170fix: empty template when prs all are excluded by labels (#1429)7431882feat: filter releases by semver range (#1445)5a8b0d3ci: restore CodeQL category lost when matrix was removedUpdates
Swatinem/rust-cachefrom 2.8.2 to 2.9.1Release notes
Sourced from Swatinem/rust-cache's releases.
Changelog
Sourced from Swatinem/rust-cache's changelog.
... (truncated)
Commits
c1937112.9.1781e8d9try reverting pipeline change3d1fa46add changelogc6768462.9.0bf71d02bump dependencies and rebuild8a02ed5Bump@types/nodefrom 25.0.2 to 25.2.2 in the dev-minor group (#309)390157dBump the prd-minor group across 1 directory with 2 updates (#307)68500c1Bump the actions group across 1 directory with 7 updates (#312)1a83841Migrate tonode24runner (#314)11da852Compare case-insenitively for full cache key match (#303)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions