build(deps): update github actions (main) (major)
Metadata
Current evaluation
Merged automated dependency update upgrading five GitHub Actions to major versions. Approved by one reviewer, passed CI checks, and merged via Renovate automerge.
Suggested action: —
No scores available.
Issue body
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | `v5` → `v7` |
| [actions/download-artifact](https://redirect.github.com/actions/download-artifact) | action | major | `v6` → `v8` |
| [actions/setup-node](https://redirect.github.com/actions/setup-node) | action | major | `v6` → `v7` |
| [actions/upload-artifact](https://redirect.github.com/actions/upload-artifact) | action | major | `v5` → `v7` |
| [softprops/action-gh-release](https://redirect.github.com/softprops/action-gh-release) | action | major | `v2` → `v3` |
---
### Release Notes
<details>
<summary>actions/checkout (actions/checkout)</summary>
### [`v7.0.0`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v700)
[Compare Source](https://redirect.github.com/actions/checkout/compare/v7.0.0...v7.0.0)
- Block checking out fork PR for pull\_request\_target and workflow\_run by [@​aiqiaoy](https://redirect.github.com/aiqiaoy) in [#​2454](https://redirect.github.com/actions/checkout/pull/2454)
- Bump actions/publish-immutable-action from 0.0.3 to 0.0.4 in the minor-actions-dependencies group across 1 directory by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​2458](https://redirect.github.com/actions/checkout/pull/2458)
- Bump flatted from 3.3.1 to 3.4.2 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​2460](https://redirect.github.com/actions/checkout/pull/2460)
- Bump js-yaml from 4.1.0 to 4.2.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​2461](https://redirect.github.com/actions/checkout/pull/2461)
- Bump [@​actions/core](https://redirect.github.com/actions/core) and [@​actions/tool-cache](https://redirect.github.com/actions/tool-cache) and Remove uuid by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​2459](https://redirect.github.com/actions/checkout/pull/2459)
- upgrade module to esm and update dependencies by [@​aiqiaoy](https://redirect.github.com/aiqiaoy) in [#​2463](https://redirect.github.com/actions/checkout/pull/2463)
- Bump the minor-npm-dependencies group across 1 directory with 3 updates by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​2462](https://redirect.github.com/actions/checkout/pull/2462)
### [`v7`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v700)
[Compare Source](https://redirect.github.com/actions/checkout/compare/v6.0.3...v7.0.0)
- Block checking out fork PR for pull\_request\_target and workflow\_run by [@​aiqiaoy](https://redirect.github.com/aiqiaoy) in [#​2454](https://redirect.github.com/actions/checkout/pull/2454)
- Bump actions/publish-immutable-action from 0.0.3 to 0.0.4 in the minor-actions-dependencies group across 1 directory by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​2458](https://redirect.github.com/actions/checkout/pull/2458)
- Bump flatted from 3.3.1 to 3.4.2 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​2460](https://redirect.github.com/actions/checkout/pull/2460)
- Bump js-yaml from 4.1.0 to 4.2.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​2461](https://redirect.github.com/actions/checkout/pull/2461)
- Bump [@​actions/core](https://redirect.github.com/actions/core) and [@​actions/tool-cache](https://redirect.github.com/actions/tool-cache) and Remove uuid by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​2459](https://redirect.github.com/actions/checkout/pull/2459)
- upgrade module to esm and update dependencies by [@​aiqiaoy](https://redirect.github.com/aiqiaoy) in [#​2463](https://redirect.github.com/actions/checkout/pull/2463)
- Bump the minor-npm-dependencies group across 1 directory with 3 updates by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​2462](https://redirect.github.com/actions/checkout/pull/2462)
### [`v6.0.3`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v603)
[Compare Source](https://redirect.github.com/actions/checkout/compare/v6.0.2...v6.0.3)
- Fix checkout init for SHA-256 repositories by [@​yaananth](https://redirect.github.com/yaananth) in [#​2439](https://redirect.github.com/actions/checkout/pull/2439)
- fix: expand merge commit SHA regex and add SHA-256 test cases by [@​yaananth](https://redirect.github.com/yaananth) in [#​2414](https://redirect.github.com/actions/checkout/pull/2414)
### [`v6.0.2`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v602)
[Compare Source](https://redirect.github.com/actions/checkout/compare/v6.0.1...v6.0.2)
- Fix tag handling: preserve annotations and explicit fetch-tags by [@​ericsciple](https://redirect.github.com/ericsciple) in [#​2356](https://redirect.github.com/actions/checkout/pull/2356)
### [`v6.0.1`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v601)
[Compare Source](https://redirect.github.com/actions/checkout/compare/v6...v6.0.1)
- Add worktree support for persist-credentials includeIf by [@​ericsciple](https://redirect.github.com/ericsciple) in [#​2327](https://redirect.github.com/actions/checkout/pull/2327)
### [`v6.0.0`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v600)
[Compare Source](https://redirect.github.com/actions/checkout/compare/v6...v6)
- Persist creds to a separate file by [@​ericsciple](https://redirect.github.com/ericsciple) in [#​2286](https://redirect.github.com/actions/checkout/pull/2286)
- Update README to include Node.js 24 support details and requirements by [@​salmanmkc](https://redirect.github.com/salmanmkc) in [#​2248](https://redirect.github.com/actions/checkout/pull/2248)
### [`v6`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v603)
[Compare Source](https://redirect.github.com/actions/checkout/compare/v5.0.1...v6)
- Fix checkout init for SHA-256 repositories by [@​yaananth](https://redirect.github.com/yaananth) in [#​2439](https://redirect.github.com/actions/checkout/pull/2439)
- fix: expand merge commit SHA regex and add SHA-256 test cases by [@​yaananth](https://redirect.github.com/yaananth) in [#​2414](https://redirect.github.com/actions/checkout/pull/2414)
</details>
<details>
<summary>actions/download-artifact (actions/download-artifact)</summary>
### [`v8.0.1`](https://redirect.github.com/actions/download-artifact/releases/tag/v8.0.1)
[Compare Source](https://redirect.github.com/actions/download-artifact/compare/v8...v8.0.1)
#### What's Changed
- Support for CJK characters in the artifact name by [@​danwkennedy](https://redirect.github.com/danwkennedy) in [#​471](https://redirect.github.com/actions/download-artifact/pull/471)
- Add a regression test for artifact name + content-type mismatches by [@​danwkennedy](https://redirect.github.com/danwkennedy) in [#​472](https://redirect.github.com/actions/download-artifact/pull/472)
**Full Changelog**: <https://github.com/actions/download-artifact/compare/v8...v8.0.1>
### [`v8.0.0`](https://redirect.github.com/actions/download-artifact/releases/tag/v8.0.0)
[Compare Source](https://redirect.github.com/actions/download-artifact/compare/v8...v8)
#### v8 - What's new
> \[!IMPORTANT]
> actions/download-artifact\@​v8 has been migrated to an ESM module. This should be transparent to the caller but forks might need to make significant changes.
> \[!IMPORTANT]
> Hash mismatches will now error by default. Users can override this behavior with a setting change (see below).
##### Direct downloads
To support direct uploads in `actions/upload-artifact`, the action will no longer attempt to unzip all downloaded files. Instead, the action checks the `Content-Type` header ahead of unzipping and skips non-zipped files. Callers wishing to download a zipped file as-is can also set the new `skip-decompress` parameter to `true`.
##### Enforced checks (breaking)
A previous release introduced digest checks on the download. If a download hash didn't match the expected hash from the server, the action would log a warning. Callers can now configure the behavior on mismatch with the `digest-mismatch` parameter. To be secure by default, we are now defaulting the behavior to `error` which will fail the workflow run.
##### ESM
To support new versions of the @​actions/\* packages, we've upgraded the package to ESM.
#### What's Changed
- Don't attempt to un-zip non-zipped downloads by [@​danwkennedy](https://redirect.github.com/danwkennedy) in [#​460](https://redirect.github.com/actions/download-artifact/pull/460)
- Add a setting to specify what to do on hash mismatch and default it to `error` by [@​danwkennedy](https://redirect.github.com/danwkennedy) in [#​461](https://redirect.github.com/actions/download-artifact/pull/461)
**Full Changelog**: <https://github.com/actions/download-artifact/compare/v7...v8.0.0>
### [`v8`](https://redirect.github.com/actions/download-artifact/compare/v7.0.0...v8)
[Compare Source](https://redirect.github.com/actions/download-artifact/compare/v7.0.0...v8)
### [`v7.0.0`](https://redirect.github.com/actions/download-artifact/releases/tag/v7.0.0)
[Compare Source](https://redirect.github.com/actions/download-artifact/compare/v7.0.0...v7.0.0)
#### v7 - What's new
> \[!IMPORTANT]
> actions/download-artifact\@​v7 now runs on Node.js 24 (`runs.using: node24`) and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading.
##### Node.js 24
This release updates the runtime to Node.js 24. v6 had preliminary support for Node 24, however this action was by default still running on Node.js 20. Now this action by default will run on Node.js 24.
#### What's Changed
- Update GHES guidance to include reference to Node 20 version by [@​patrikpolyak](https://redirect.github.com/patrikpolyak) in [#​440](https://redirect.github.com/actions/download-artifact/pull/440)
- Download Artifact Node24 support by [@​salmanmkc](https://redirect.github.com/salmanmkc) in [#​415](https://redirect.github.com/actions/download-artifact/pull/415)
- fix: update [@​actions/artifact](https://redirect.github.com/actions/artifact) to fix Node.js 24 punycode deprecation by [@​salmanmkc](https://redirect.github.com/salmanmkc) in [#​451](https://redirect.github.com/actions/download-artifact/pull/451)
- prepare release v7.0.0 for Node.js 24 support by [@​salmanmkc](https://redirect.github.com/salmanmkc) in [#​452](https://redirect.github.com/actions/download-artifact/pull/452)
#### New Contributors
- [@​patrikpolyak](https://redirect.github.com/patrikpolyak) made their first contribution in [#​440](https://redirect.github.com/actions/download-artifact/pull/440)
- [@​salmanmkc](https://redirect.github.com/salmanmkc) made their first contribution in [#​415](https://redirect.github.com/actions/download-artifact/pull/415)
**Full Changelog**: <https://github.com/actions/download-artifact/compare/v6.0.0...v7.0.0>
### [`v7`](https://redirect.github.com/actions/download-artifact/compare/v6.0.0...v7.0.0)
[Compare Source](https://redirect.github.com/actions/download-artifact/compare/v6.0.0...v7.0.0)
</details>
<details>
<summary>actions/setup-node (actions/setup-node)</summary>
### [`v7.0.0`](https://redirect.github.com/actions/setup-node/releases/tag/v7.0.0)
[Compare Source](https://redirect.github.com/actions/setup-node/compare/v7.0.0...v7.0.0)
##### What's Changed
##### Enhancements:
- Add cache-primary-key and cache-matched-key as outputs by [@​gowridurgad](https://redirect.github.com/gowridurgad) in [#​1577](https://redirect.github.com/actions/setup-node/pull/1577)
- Migrate to ESM and upgrade dependencies by [@​gowridurgad](https://redirect.github.com/gowridurgad) in [#​1574](https://redirect.github.com/actions/setup-node/pull/1574)
##### Bug fixes:
- Remove dummy NODE\_AUTH\_TOKEN export by [@​gowridurgad](https://redirect.github.com/gowridurgad) in [#​1558](https://redirect.github.com/actions/setup-node/pull/1558)
- Only use `mirrorToken` in `getManifest` if it's provided by [@​deiga](https://redirect.github.com/deiga) in [#​1548](https://redirect.github.com/actions/setup-node/pull/1548)
##### Documentation updates:
- Add documentation for publishing to npm with Trusted Publisher (OIDC) by [@​chiranjib-swain](https://redirect.github.com/chiranjib-swain) in [#​1536](https://redirect.github.com/actions/setup-node/pull/1536)
- docs: Update restore-only cache documentation by [@​priya-kinthali](https://redirect.github.com/priya-kinthali) in [#​1550](https://redirect.github.com/actions/setup-node/pull/1550)
- docs: Update caching recommendations to mitigate cache poisoning risks by [@​chiranjib-swain](https://redirect.github.com/chiranjib-swain) in [#​1567](https://redirect.github.com/actions/setup-node/pull/1567)
##### Dependency update:
- Upgrade [@​actions/cache](https://redirect.github.com/actions/cache) to 5.1.0, log cache write denied by [@​jasongin](https://redirect.github.com/jasongin) in [#​1569](https://redirect.github.com/actions/setup-node/pull/1569)
##### New Contributors
- [@​chiranjib-swain](https://redirect.github.com/chiranjib-swain) made their first contribution in [#​1536](https://redirect.github.com/actions/setup-node/pull/1536)
- [@​deiga](https://redirect.github.com/deiga) made their first contribution in [#​1548](https://redirect.github.com/actions/setup-node/pull/1548)
- [@​jasongin](https://redirect.github.com/jasongin) made their first contribution in [#​1569](https://redirect.github.com/actions/setup-node/pull/1569)
**Full Changelog**: <https://github.com/actions/setup-node/compare/v6...v7.0.0>
### [`v7`](https://redirect.github.com/actions/setup-node/compare/v6.5.0...v7.0.0)
[Compare Source](https://redirect.github.com/actions/setup-node/compare/v6.5.0...v7.0.0)
</details>
<details>
<summary>actions/upload-artifact (actions/upload-artifact)</summary>
### [`v7.0.1`](https://redirect.github.com/actions/upload-artifact/releases/tag/v7.0.1)
[Compare Source](https://redirect.github.com/actions/upload-artifact/compare/v7...v7.0.1)
#### What's Changed
- Update the readme with direct upload details by [@​danwkennedy](https://redirect.github.com/danwkennedy) in [#​795](https://redirect.github.com/actions/upload-artifact/pull/795)
- Readme: bump all the example versions to v7 by [@​danwkennedy](https://redirect.github.com/danwkennedy) in [#​796](https://redirect.github.com/actions/upload-artifact/pull/796)
- Include changes in typespec/ts-http-runtime 0.3.5 by [@​yacaovsnc](https://redirect.github.com/yacaovsnc) in [#​797](https://redirect.github.com/actions/upload-artifact/pull/797)
**Full Changelog**: <https://github.com/actions/upload-artifact/compare/v7...v7.0.1>
### [`v7.0.0`](https://redirect.github.com/actions/upload-artifact/releases/tag/v7.0.0)
[Compare Source](https://redirect.github.com/actions/upload-artifact/compare/v7...v7)
#### v7 What's new
##### Direct Uploads
Adds support for uploading single files directly (unzipped). Callers can set the new `archive` parameter to `false` to skip zipping the file during upload. Right now, we only support single files. The action will fail if the glob passed resolves to multiple files. The `name` parameter is also ignored with this setting. Instead, the name of the artifact will be the name of the uploaded file.
##### ESM
To support new versions of the `@actions/*` packages, we've upgraded the package to ESM.
#### What's Changed
- Add proxy integration test by [@​Link-](https://redirect.github.com/Link-) in [#​754](https://redirect.github.com/actions/upload-artifact/pull/754)
- Upgrade the module to ESM and bump dependencies by [@​danwkennedy](https://redirect.github.com/danwkennedy) in [#​762](https://redirect.github.com/actions/upload-artifact/pull/762)
- Support direct file uploads by [@​danwkennedy](https://redirect.github.com/danwkennedy) in [#​764](https://redirect.github.com/actions/upload-artifact/pull/764)
#### New Contributors
- [@​Link-](https://redirect.github.com/Link-) made their first contribution in [#​754](https://redirect.github.com/actions/upload-artifact/pull/754)
**Full Changelog**: <https://github.com/actions/upload-artifact/compare/v6...v7.0.0>
### [`v7`](https://redirect.github.com/actions/upload-artifact/compare/v6.0.0...v7)
[Compare Source](https://redirect.github.com/actions/upload-artifact/compare/v6.0.0...v7)
### [`v6.0.0`](https://redirect.github.com/actions/upload-artifact/releases/tag/v6.0.0)
[Compare Source](https://redirect.github.com/actions/upload-artifact/compare/v6.0.0...v6.0.0)
#### v6 - What's new
> \[!IMPORTANT]
> actions/upload-artifact\@​v6 now runs on Node.js 24 (`runs.using: node24`) and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading.
##### Node.js 24
This release updates the runtime to Node.js 24. v5 had preliminary support for Node.js 24, however this action was by default still running on Node.js 20. Now this action by default will run on Node.js 24.
#### What's Changed
- Upload Artifact Node 24 support by [@​salmanmkc](https://redirect.github.com/salmanmkc) in [#​719](https://redirect.github.com/actions/upload-artifact/pull/719)
- fix: update [@​actions/artifact](https://redirect.github.com/actions/artifact) for Node.js 24 punycode deprecation by [@​salmanmkc](https://redirect.github.com/salmanmkc) in [#​744](https://redirect.github.com/actions/upload-artifact/pull/744)
- prepare release v6.0.0 for Node.js 24 support by [@​salmanmkc](https://redirect.github.com/salmanmkc) in [#​745](https://redirect.github.com/actions/upload-artifact/pull/745)
**Full Changelog**: <https://github.com/actions/upload-artifact/compare/v5.0.0...v6.0.0>
### [`v6`](https://redirect.github.com/actions/upload-artifact/compare/v5.0.0...v6.0.0)
[Compare Source](https://redirect.github.com/actions/upload-artifact/compare/v5.0.0...v6.0.0)
</details>
<details>
<summary>softprops/action-gh-release (softprops/action-gh-release)</summary>
### [`v3.0.2`](https://redirect.github.com/softprops/action-gh-release/releases/tag/v3.0.2)
[Compare Source](https://redirect.github.com/softprops/action-gh-release/compare/v3.0.1...v3.0.2)
`3.0.2` is a patch release focused on release reliability and compatibility. It
reuses existing draft releases when publishing prereleases, supports replacing
release assets on Gitea, hardens streamed asset uploads, and provides clearer
release-creation diagnostics. It also includes TypeScript, coverage, and tooling
maintenance merged since `3.0.1`.
This release fixes [#​795](https://redirect.github.com/softprops/action-gh-release/issues/795), [#​438](https://redirect.github.com/softprops/action-gh-release/issues/438), and [#​803](https://redirect.github.com/softprops/action-gh-release/issues/803). The upload transport hardening covers the
historical failure reported in [#​790](https://redirect.github.com/softprops/action-gh-release/issues/790), although current hosted Node 24 runners did
not reproduce it naturally. The diagnostics work is related to [#​786](https://redirect.github.com/softprops/action-gh-release/issues/786) and does not
claim a reproducible release-creation fix.
#### What's Changed
##### Exciting New Features 🎉
- feat: improve release error reporting and test coverage by [@​chenrui333](https://redirect.github.com/chenrui333) in [#​813](https://redirect.github.com/softprops/action-gh-release/pull/813)
##### Bug fixes 🐛
- fix: publish existing draft releases as prereleases by [@​godfengliang](https://redirect.github.com/godfengliang) in [#​801](https://redirect.github.com/softprops/action-gh-release/pull/801)
- fix: upload small checksum assets reliably by [@​chenrui333](https://redirect.github.com/chenrui333) in [#​815](https://redirect.github.com/softprops/action-gh-release/pull/815)
- fix: replace existing release assets on Gitea by [@​chenrui333](https://redirect.github.com/chenrui333) in [#​816](https://redirect.github.com/softprops/action-gh-release/pull/816)
- fix: clarify release creation 404 errors by [@​chenrui333](https://redirect.github.com/chenrui333) in [#​817](https://redirect.github.com/softprops/action-gh-release/pull/817)
##### Other Changes 🔄
- chore(deps): upgrade TypeScript to 7 by [@​chenrui333](https://redirect.github.com/chenrui333) in [#​812](https://redirect.github.com/softprops/action-gh-release/pull/812)
- chore(deps): remove unused TypeScript tooling by [@​chenrui333](https://redirect.github.com/chenrui333) in [#​814](https://redirect.github.com/softprops/action-gh-release/pull/814)
- dependency, Node 24 pin, and CI maintenance merged since `3.0.1`
### [`v3.0.1`](https://redirect.github.com/softprops/action-gh-release/releases/tag/v3.0.1)
[Compare Source](https://redirect.github.com/softprops/action-gh-release/compare/v3...v3.0.1)
#### 3.0.1
- maintenance release with updated dependencies
### [`v3.0.0`](https://redirect.github.com/softprops/action-gh-release/releases/tag/v3.0.0)
[Compare Source](https://redirect.github.com/softprops/action-gh-release/compare/v3...v3)
`3.0.0` is a major release that moves the action runtime from Node 20 to Node 24.
Use `v3` on GitHub-hosted runners and self-hosted fleets that already support the
Node 24 Actions runtime. If you still need the last Node 20-compatible line, stay on
`v2.6.2`.
#### What's Changed
##### Other Changes 🔄
- Move the action runtime and bundle target to Node 24
- Update `@types/node` to the Node 24 line and allow future Dependabot updates
- Keep the floating major tag on `v3`; `v2` remains pinned to the latest `2.x` release
### [`v3`](https://redirect.github.com/softprops/action-gh-release/compare/v2.6.2...v3.0.0)
[Compare Source](https://redirect.github.com/softprops/action-gh-release/compare/v2.6.2...v3)
</details>
---
### Configuration
📅 **Schedule**: (in timezone Etc/UTC)
- Branch creation
- "every weekend"
- Automerge
- At any time (no schedule defined)
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/canonical/craft-archives).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNjUuMSIsInVwZGF0ZWRJblZlciI6IjQzLjI2NS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJQUjogRGVwZW5kZW5jaWVzIl19-->
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged automated dependency update upgrading five GitHub Actions to major versions. Approved by one reviewer, passed CI checks, and merged via Renovate automerge. | |
| qwen/qwen3.6-35b-a3b |
Staleness:
5
Complexity:
10
Confidence:
90
|
needs review | Updates GitHub Actions to major versions (checkout v7, download-artifact v8, setup-node v7, upload-artifact v7, softprops/action-gh-release v3). All CI checks pass. Awaiting maintainer review. | |
| qwen3.6-35b-a3b-mtp-q6 |
Staleness:
5
Complexity:
25
Confidence:
90
|
needs review | Updates several GitHub Actions to major versions (checkout v5→v7, download-artifact v6→v8, setup-node v6→v7, upload-artifact v5→v7, softprops/action-gh-release v2→v3). Currently awaiting CI and automerge. |
Update history
| Date | Change |
|---|---|
| updated | |
| created |
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #393 build(deps): update github actions (main) (major) | imagecraft | merged | Merged automated dependency update via Renovate, upgrading six GitHub Actions to major versions. All CI checks passed, and the changes were auto-merged into main. | |
| #194 build(deps): update github actions to v5 (main) (major) | craft-archives | merged | Merged automated dependency update upgrading GitHub Actions actions/checkout and actions/download-artifact from v4 to v5. Approved by two reviewers, passed all CI checks, and merged to main via Renovate bot automerge. | |
| #6114 build(deps): update github actions (main) (major) | snapcraft | merged | Merged automated dependency update bumping GitHub Actions and Node.js to major versions. Auto-merged by Renovate after passing CI checks. | |
| #1561 build(deps): update github actions (main) (major) | craft-parts | merged | Merged automated GitHub Actions dependency update. Renovate upgraded actions/download-artifact to v8, actions/upload-artifact to v7, and action-gh-release to v3. Approved by two reviewers, passed CI checks, and merged to main. | |
| #442 build(deps): update github actions (main) (major) | craft-cli | merged | Merged automated dependency update for GitHub Actions, bumping checkout to v6, download/upload-artifact to v8/v7, node to 24, and action-gh-release to v3. Approved by two reviewers, passed CI, and merged via Renovate automerge. | |
| #91 build(deps): update github actions (main) (major) | debcraft | merged | Merged an automated dependency update via Renovate bot. Updated GitHub Actions download-artifact to v8 and upload-artifact to v7. Approved by two reviewers, passed CI checks, and merged with a single-file change. | |
| #67 build(deps): update github actions (main) (major) | debcraft | merged | Merged automated dependency update upgrading GitHub Actions download-artifact to v7 and upload-artifact to v6. Approved by two reviewers, passed all CI checks, and merged automatically via Renovate bot. | |
| #151 build(deps): update github actions (main) (major) | craft-grammar | merged | Merged automated GitHub Actions dependency updates. Renovate upgraded download-artifact to v6, setup-node to v6, and upload-artifact to v5. Approved by two reviewers, passed all CI checks, and merged to main. | |
| #48 build(deps): update github actions (main) (major) | craft-artifacts | merged | Merged automated dependency update upgrading GitHub Actions to major versions: download-artifact v6, setup-node v6, and upload-artifact v5. Approved by two reviewers and merged to main. | |
| #214 build(deps): update github actions (main) (major) | craft-archives | merged | Merged automated dependency updates for GitHub Actions. Renovate updated actions/download-artifact to v6, actions/upload-artifact to v5, and Node.js to v24. Approved by two reviewers, passed all CI checks, and merged automatically. |