build(deps): update github actions (hotfix/1.5) (major)
Metadata
Current evaluation
Automated GitHub Actions dependency update was closed without merging due to failing CI checks, including Python tests and linters. The changes were abandoned.
Suggested action: —
No scores available.
Issue body
> ℹ️ **Note**
>
> This PR body was truncated due to platform limits.
This PR contains the following updates:
| Package | Type | Update | Change | Pending |
|---|---|---|---|---|
| [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | `v4` → `v6` | `v6.0.3` |
| [actions/download-artifact](https://redirect.github.com/actions/download-artifact) | action | major | `v4` → `v8` | |
| [actions/labeler](https://redirect.github.com/actions/labeler) | action | major | `v5` → `v6` | |
| [actions/setup-node](https://redirect.github.com/actions/setup-node) | action | major | `v4` → `v6` | |
| [actions/setup-python](https://redirect.github.com/actions/setup-python) | action | major | `v5` → `v6` | |
| [actions/upload-artifact](https://redirect.github.com/actions/upload-artifact) | action | major | `v4` → `v7` | |
| [canonical/has-signed-canonical-cla](https://redirect.github.com/canonical/has-signed-canonical-cla) | action | major | `v1` → `v2` | |
| [node](https://redirect.github.com/actions/node-versions) | uses-with | major | `20` → `24` | |
| [release-drafter/release-drafter](https://redirect.github.com/release-drafter/release-drafter) | action | major | `v6.0.0` → `v7.3.1` | |
---
### Release Notes
<details>
<summary>actions/checkout (actions/checkout)</summary>
### [`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/compare/v6.0.0...v6.0.1)
[Compare Source](https://redirect.github.com/actions/checkout/compare/v6...v6.0.1)
### [`v6.0.0`](https://redirect.github.com/actions/checkout/compare/v5.0.1...v6.0.0)
[Compare Source](https://redirect.github.com/actions/checkout/compare/v6...v6)
### [`v6`]()
[Compare Source](https://redirect.github.com/actions/checkout/compare/v5.0.1...v6)
### [`v5.0.1`](https://redirect.github.com/actions/checkout/releases/tag/v5.0.1)
[Compare Source](https://redirect.github.com/actions/checkout/compare/v5...v5.0.1)
##### What's Changed
- Port v6 cleanup to v5 by [@​ericsciple](https://redirect.github.com/ericsciple) in [#​2301](https://redirect.github.com/actions/checkout/pull/2301)
**Full Changelog**: <https://github.com/actions/checkout/compare/v5...v5.0.1>
### [`v5.0.0`](https://redirect.github.com/actions/checkout/releases/tag/v5.0.0)
[Compare Source](https://redirect.github.com/actions/checkout/compare/v5...v5)
##### What's Changed
- Update actions checkout to use node 24 by [@​salmanmkc](https://redirect.github.com/salmanmkc) in [#​2226](https://redirect.github.com/actions/checkout/pull/2226)
- Prepare v5.0.0 release by [@​salmanmkc](https://redirect.github.com/salmanmkc) in [#​2238](https://redirect.github.com/actions/checkout/pull/2238)
##### ⚠️ Minimum Compatible Runner Version
**v2.327.1**\
[Release Notes](https://redirect.github.com/actions/runner/releases/tag/v2.327.1)
Make sure your runner is updated to this version or newer to use this release.
**Full Changelog**: <https://github.com/actions/checkout/compare/v4...v5.0.0>
### [`v5`]()
[Compare Source](https://redirect.github.com/actions/checkout/compare/v4.3.1...v5)
</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
##### 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 `false`.
##### 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...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...v7)
[Compare Source](https://redirect.github.com/actions/download-artifact/compare/v6.0.0...v7.0.0)
### [`v6.0.0`](https://redirect.github.com/actions/download-artifact/releases/tag/v6.0.0)
[Compare Source](https://redirect.github.com/actions/download-artifact/compare/v6.0.0...v6.0.0)
#### What's Changed
**BREAKING CHANGE:** this update supports Node `v24.x`. This is not a breaking change per-se but we're treating it as such.
- Update README for download-artifact v5 changes by [@​yacaovsnc](https://redirect.github.com/yacaovsnc) in [#​417](https://redirect.github.com/actions/download-artifact/pull/417)
- Update README with artifact extraction details by [@​yacaovsnc](https://redirect.github.com/yacaovsnc) in [#​424](https://redirect.github.com/actions/download-artifact/pull/424)
- Readme: spell out the first use of GHES by [@​danwkennedy](https://redirect.github.com/danwkennedy) in [#​431](https://redirect.github.com/actions/download-artifact/pull/431)
- Bump `@actions/artifact` to `v4.0.0`
- Prepare `v6.0.0` by [@​danwkennedy](https://redirect.github.com/danwkennedy) in [#​438](https://redirect.github.com/actions/download-artifact/pull/438)
#### New Contributors
- [@​danwkennedy](https://redirect.github.com/danwkennedy) made their first contribution in [#​431](https://redirect.github.com/actions/download-artifact/pull/431)
**Full Changelog**: <https://github.com/actions/download-artifact/compare/v5...v6.0.0>
### [`v6`](https://redirect.github.com/actions/download-artifact/compare/v5...v6)
[Compare Source](https://redirect.github.com/actions/download-artifact/compare/v5.0.0...v6.0.0)
### [`v5.0.0`](https://redirect.github.com/actions/download-artifact/releases/tag/v5.0.0)
[Compare Source](https://redirect.github.com/actions/download-artifact/compare/v5.0.0...v5.0.0)
#### What's Changed
- Update README.md by [@​nebuk89](https://redirect.github.com/nebuk89) in [#​407](https://redirect.github.com/actions/download-artifact/pull/407)
- BREAKING fix: inconsistent path behavior for single artifact downloads by ID by [@​GrantBirki](https://redirect.github.com/GrantBirki) in [#​416](https://redirect.github.com/actions/download-artifact/pull/416)
#### v5.0.0
##### 🚨 Breaking Change
This release fixes an inconsistency in path behavior for single artifact downloads by ID. **If you're downloading single artifacts by ID, the output path may change.**
##### What Changed
Previously, **single artifact downloads** behaved differently depending on how you specified the artifact:
- **By name**: `name: my-artifact` → extracted to `path/` (direct)
- **By ID**: `artifact-ids: 12345` → extracted to `path/my-artifact/` (nested)
Now both methods are consistent:
- **By name**: `name: my-artifact` → extracted to `path/` (unchanged)
- **By ID**: `artifact-ids: 12345` → extracted to `path/` (fixed - now direct)
##### Migration Guide
##### ✅ No Action Needed If:
- You download artifacts by **name**
- You download **multiple** artifacts by ID
- You already use `merge-multiple: true` as a workaround
##### ⚠️ Action Required If:
You download **single artifacts by ID** and your workflows expect the nested directory structure.
**Before v5 (nested structure):**
```yaml
- uses: actions/download-artifact@v4
with:
artifact-ids: 12345
path: dist
### Files were in: dist/my-artifact/
```
> Where `my-artifact` is the name of the artifact you previously uploaded
**To maintain old behavior (if needed):**
```yaml
- uses: actions/download-artifact@v5
with:
artifact-ids: 12345
path: dist/my-artifact # Explicitly specify the nested path
```
#### New Contributors
- [@​nebuk89](https://redirect.github.com/nebuk89) made their first contribution in [#​407](https://redirect.github.com/actions/download-artifact/pull/407)
**Full Changelog**: <https://github.com/actions/download-artifact/compare/v4...v5.0.0>
### [`v5`](https://redirect.github.com/actions/download-artifact/compare/v4...v5)
[Compare Source](https://redirect.github.com/actions/download-artifact/compare/v4.3.0...v5.0.0)
</details>
<details>
<summary>actions/labeler (actions/labeler)</summary>
### [`v6.1.0`](https://redirect.github.com/actions/labeler/releases/tag/v6.1.0)
[Compare Source](https://redirect.github.com/actions/labeler/compare/v6.0.1...v6.1.0)
#### Enhancements
- Add changed-files-labels-limit and max-files-changed configuration options to cap the number of labels added by [@​bluca](https://redirect.github.com/bluca) in [#​923](https://redirect.github.com/actions/labeler/pull/923)
#### Bug Fixes
- Improve Labeler Action documentation and permission error handling by [@​chiranjib-swain](https://redirect.github.com/chiranjib-swain) in [#​897](https://redirect.github.com/actions/labeler/pull/897)
- Preserve manually added labels during workflow runs and refine label synchronization logic by [@​chiranjib-swain](https://redirect.github.com/chiranjib-swain) in [#​917](https://redirect.github.com/actions/labeler/pull/917)
#### Dependency Updates
- Upgrade brace-expansion from 1.1.11 to 1.1.12 and document breaking changes in v6 by [@​dependabot](https://redirect.github.com/dependabot) in [#​877](https://redirect.github.com/actions/labeler/pull/877)
- Upgrade minimatch from 10.0.1 to 10.2.3 by [@​dependabot](https://redirect.github.com/dependabot) in [#​926](https://redirect.github.com/actions/labeler/pull/926)
- Upgrade dependencies ([@​actions/core](https://redirect.github.com/actions/core), [@​actions/github](https://redirect.github.com/actions/github), js-yaml, minimatch, [@​typescript-eslint](https://redirect.github.com/typescript-eslint)) by [@​Copilot](https://redirect.github.com/Copilot) in [#​934](https://redirect.github.com/actions/labeler/pull/934)
#### New Contributors
- [@​chiranjib-swain](https://redirect.github.com/chiranjib-swain) made their first contribution in [#​897](https://redirect.github.com/actions/labeler/pull/897)
- [@​bluca](https://redirect.github.com/bluca) made their first contribution in [#​923](https://redirect.github.com/actions/labeler/pull/923)
- [@​Copilot](https://redirect.github.com/Copilot) made their first contribution in [#​934](https://redirect.github.com/actions/labeler/pull/934)
**Full Changelog**: <https://github.com/actions/labeler/compare/v6...v6.1.0>
### [`v6.0.1`](https://redirect.github.com/actions/labeler/releases/tag/v6.0.1)
[Compare Source](https://redirect.github.com/actions/labeler/compare/v6...v6.0.1)
#### What's Changed
- Upgrade publish-action from 0.2.2 to 0.4.0 by [@​aparnajyothi-y](https://redirect.github.com/aparnajyothi-y) in [#​901](https://redirect.github.com/actions/labeler/pull/901)
#### New Contributors
- [@​aparnajyothi-y](https://redirect.github.com/aparnajyothi-y) made their first contribution in [#​901](https://redirect.github.com/actions/labeler/pull/901)
**Full Changelog**: <https://github.com/actions/labeler/compare/v6.0.0...v6.0.1>
### [`v6.0.0`](https://redirect.github.com/actions/labeler/releases/tag/v6.0.0)
[Compare Source](https://redirect.github.com/actions/labeler/compare/v6...v6)
#### What's Changed
- Add workflow file for publishing releases to immutable action package by [@​jcambass](https://redirect.github.com/jcambass) in [#​802](https://redirect.github.com/actions/labeler/pull/802)
##### Breaking Changes
- Upgrade Node.js version to 24 in action and dependencies [@​salmanmkc](https://redirect.github.com/salmanmkc) in [#​891](https://redirect.github.com/actions/labeler/pull/891)
Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. [Release Notes](https://redirect.github.com/actions/runner/releases/tag/v2.327.1)
##### Dependency Upgrades
- Upgrade eslint-config-prettier from 9.0.0 to 9.1.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​711](https://redirect.github.com/actions/labeler/pull/711)
- Upgrade eslint from 8.52.0 to 8.55.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​720](https://redirect.github.com/actions/labeler/pull/720)
- Upgrade [@​types/jest](https://redirect.github.com/types/jest) from 29.5.6 to 29.5.11 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​719](https://redirect.github.com/actions/labeler/pull/719)
- Upgrade [@​types/js-yaml](https://redirect.github.com/types/js-yaml) from 4.0.8 to 4.0.9 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​718](https://redirect.github.com/actions/labeler/pull/718)
- Upgrade [@​typescript-eslint/parser](https://redirect.github.com/typescript-eslint/parser) from 6.9.0 to 6.14.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​717](https://redirect.github.com/actions/labeler/pull/717)
- Upgrade prettier from 3.0.3 to 3.1.1 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​726](https://redirect.github.com/actions/labeler/pull/726)
- Upgrade eslint from 8.55.0 to 8.56.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​725](https://redirect.github.com/actions/labeler/pull/725)
- Upgrade [@​typescript-eslint/parser](https://redirect.github.com/typescript-eslint/parser) from 6.14.0 to 6.19.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​745](https://redirect.github.com/actions/labeler/pull/745)
- Upgrade eslint-plugin-jest from 27.4.3 to 27.6.3 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​744](https://redirect.github.com/actions/labeler/pull/744)
- Upgrade [@​typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin) from 6.9.0 to 6.20.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​750](https://redirect.github.com/actions/labeler/pull/750)
- Upgrade prettier from 3.1.1 to 3.2.5 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​752](https://redirect.github.com/actions/labeler/pull/752)
- Upgrade undici from 5.26.5 to 5.28.3 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​757](https://redirect.github.com/actions/labeler/pull/757)
- Upgrade braces from 3.0.2 to 3.0.3 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​789](https://redirect.github.com/actions/labeler/pull/789)
- Upgrade minimatch from 9.0.3 to 10.0.1 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​805](https://redirect.github.com/actions/labeler/pull/805)
- Upgrade [@​actions/core](https://redirect.github.com/actions/core) from 1.10.1 to 1.11.1 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​811](https://redirect.github.com/actions/labeler/pull/811)
- Upgrade typescript from 5.4.3 to 5.7.2 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​819](https://redirect.github.com/actions/labeler/pull/819)
- Upgrade [@​typescript-eslint/parser](https://redirect.github.com/typescript-eslint/parser) from 7.3.1 to 8.17.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​824](https://redirect.github.com/actions/labeler/pull/824)
- Upgrade prettier from 3.2.5 to 3.4.2 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​825](https://redirect.github.com/actions/labeler/pull/825)
- Upgrade [@​types/jest](https://redirect.github.com/types/jest) from 29.5.12 to 29.5.14 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​827](https://redirect.github.com/actions/labeler/pull/827)
- Upgrade eslint-plugin-jest from 27.9.0 to 28.9.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​832](https://redirect.github.com/actions/labeler/pull/832)
- Upgrade ts-jest from 29.1.2 to 29.2.5 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​831](https://redirect.github.com/actions/labeler/pull/831)
- Upgrade [@​vercel/ncc](https://redirect.github.com/vercel/ncc) from 0.38.1 to 0.38.3 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​830](https://redirect.github.com/actions/labeler/pull/830)
- Upgrade typescript from 5.7.2 to 5.7.3 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​835](https://redirect.github.com/actions/labeler/pull/835)
- Upgrade eslint-plugin-jest from 28.9.0 to 28.11.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​839](https://redirect.github.com/actions/labeler/pull/839)
- Upgrade undici from 5.28.4 to 5.28.5 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​842](https://redirect.github.com/actions/labeler/pull/842)
- Upgrade [@​octokit/request-error](https://redirect.github.com/octokit/request-error) from 5.0.1 to 5.1.1 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​846](https://redirect.github.com/actions/labeler/pull/846)
##### Documentation changes
- Add note regarding `pull_request_target` to README.md by [@​silverwind](https://redirect.github.com/silverwind) in [#​669](https://redirect.github.com/actions/labeler/pull/669)
- Update readme with additional examples and important note about `pull_request_target` event by [@​IvanZosimov](https://redirect.github.com/IvanZosimov) in [#​721](https://redirect.github.com/actions/labeler/pull/721)
- Document update - permission section by [@​harithavattikuti](https://redirect.github.com/harithavattikuti) in [#​840](https://redirect.github.com/actions/labeler/pull/840)
- Improvement in documentation for pull\_request\_target event usage in README by [@​suyashgaonkar](https://redirect.github.com/suyashgaonkar) in [#​871](https://redirect.github.com/actions/labeler/pull/871)
- Fix broken links in documentation by [@​suyashgaonkar](https://redirect.github.com/suyashgaonkar) in [#​822](https://redirect.github.com/actions/labeler/pull/822)
#### New Contributors
- [@​silverwind](https://redirect.github.com/silverwind) made their first contribution in [#​669](https://redirect.github.com/actions/labeler/pull/669)
- [@​Jcambass](https://redirect.github.com/Jcambass) made their first contribution in [#​802](https://redirect.github.com/actions/labeler/pull/802)
- [@​suyashgaonkar](https://redirect.github.com/suyashgaonkar) made their first contribution in [#​822](https://redirect.github.com/actions/labeler/pull/822)
- [@​HarithaVattikuti](https://redirect.github.com/HarithaVattikuti) made their first contribution in [#​840](https://redirect.github.com/actions/labeler/pull/840)
- [@​salmanmkc](https://redirect.github.com/salmanmkc) made their first contribution in [#​891](https://redirect.github.com/actions/labeler/pull/891)
**Full Changelog**: <https://github.com/actions/labeler/compare/v5...v6.0.0>
### [`v6`](https://redirect.github.com/actions/labeler/compare/v6.0.0...v6.0.0)
[Compare Source](https://redirect.github.com/actions/labeler/compare/v5.0.0...v6)
</details>
<details>
<summary>actions/setup-node (actions/setup-node)</summary>
### [`v6.4.0`](https://redirect.github.com/actions/setup-node/compare/v6.3.0...v6.4.0)
[Compare Source](https://redirect.github.com/actions/setup-node/compare/v6.3.0...v6.4.0)
### [`v6.3.0`](https://redirect.github.com/actions/setup-node/releases/tag/v6.3.0)
[Compare Source](https://redirect.github.com/actions/setup-node/compare/v6.2.0...v6.3.0)
#### What's Changed
##### Enhancements:
- Support parsing `devEngines` field by [@​susnux](https://redirect.github.com/susnux) in [#​1283](https://redirect.github.com/actions/setup-node/pull/1283)
> When using node-version-file: package.json, setup-node now prefers devEngines.runtime over engines.node.
##### Dependency updates:
- Fix npm audit issues by [@​gowridurgad](https://redirect.github.com/gowridurgad) in [#​1491](https://redirect.github.com/actions/setup-node/pull/1491)
- Replace uuid with crypto.randomUUID() by [@​trivikr](https://redirect.github.com/trivikr) in [#​1378](https://redirect.github.com/actions/setup-node/pull/1378)
- Upgrade minimatch from 3.1.2 to 3.1.5 by [@​dependabot](https://redirect.github.com/dependabot) in [#​1498](https://redirect.github.com/actions/setup-node/pull/1498)
##### Bug fixes:
- Remove hardcoded bearer for mirror-url [@​marco-ippolito](https://redirect.github.com/marco-ippolito) in [#​1467](https://redirect.github.com/actions/setup-node/pull/1467)
- Scope test lockfiles by package manager and update cache tests by [@​gowridurgad](https://redirect.github.com/gowridurgad) in [#​1495](https://redirect.github.com/actions/setup-node/pull/1495)
#### New Contributors
- [@​susnux](https://redirect.github.com/susnux) made their first contribution in [#​1283](https://redirect.github.com/actions/setup-node/pull/1283)
**Full Changelog**: <https://github.com/actions/setup-node/compare/v6...v6.3.0>
### [`v6.2.0`](https://redirect.github.com/actions/setup-node/compare/v6.1.0...v6.2.0)
[Compare Source](https://redirect.github.com/actions/setup-node/compare/v6.1.0...v6.2.0)
### [`v6.1.0`](https://redirect.github.com/actions/setup-node/releases/tag/v6.1.0)
[Compare Source](https://redirect.github.com/actions/setup-node/compare/v6...v6.1.0)
#### What's Changed
##### Enhancement:
- Remove always-auth configuration handling by [@​priyagupta108](https://redirect.github.com/priyagupta108) in [#​1436](https://redirect.github.com/actions/setup-node/pull/1436)
##### Dependency updates:
- Upgrade [@​actions/cache](https://redirect.github.com/actions/cache) from 4.0.3 to 4.1.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1384](https://redirect.github.com/actions/setup-node/pull/1384)
- Upgrade actions/checkout from 5 to 6 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1439](https://redirect.github.com/actions/setup-node/pull/1439)
- Upgrade js-yaml from 3.14.1 to 3.14.2 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1435](https://redirect.github.com/actions/setup-node/pull/1435)
##### Documentation update:
- Add example for restore-only cache in documentation by [@​aparnajyothi-y](https://redirect.github.com/aparnajyothi-y) in [#​1419](https://redirect.github.com/actions/setup-node/pull/1419)
**Full Changelog**: <https://github.com/actions/setup-node/compare/v6...v6.1.0>
### [`v6.0.0`](https://redirect.github.com/actions/setup-node/releases/tag/v6.0.0)
[Compare Source](https://redirect.github.com/actions/setup-node/compare/v6...v6)
##### What's Changed
**Breaking Changes**
- Limit automatic caching to npm, update workflows and documentation by [@​priyagupta108](https://redirect.github.com/priyagupta108) in [#​1374](https://redirect.github.com/actions/setup-node/pull/1374)
**Dependency Upgrades**
- Upgrade ts-jest from 29.1.2 to 29.4.1 and document breaking changes in v5 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1336](https://redirect.github.com/actions/setup-node/pull/1336)
- Upgrade prettier from 2.8.8 to 3.6.2 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1334](https://redirect.github.com/actions/setup-node/pull/1334)
- Upgrade actions/publish-action from 0.3.0 to 0.4.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1362](https://redirect.github.com/actions/setup-node/pull/1362)
**Full Changelog**: <https://github.com/actions/setup-node/compare/v5...v6.0.0>
### [`v6`](https://redirect.github.com/actions/setup-node/compare/v5...v6)
[Compare Source](https://redirect.github.com/actions/setup-node/compare/v5.0.0...v6)
### [`v5.0.0`](https://redirect.github.com/actions/setup-node/releases/tag/v5.0.0)
[Compare Source](https://redirect.github.com/actions/setup-node/compare/v5.0.0...v5.0.0)
##### What's Changed
##### Breaking Changes
- Enhance caching in setup-node with automatic package manager detection by [@​priya-kinthali](https://redirect.github.com/priya-kinthali) in [#​1348](https://redirect.github.com/actions/setup-node/pull/1348)
This update, introduces automatic caching when a valid `packageManager` field is present in your `package.json`. This aims to improve workflow performance and make dependency management more seamless.
To disable this automatic caching, set `package-manager-cache: false`
```yaml
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
with:
package-manager-cache: false
```
- Upgrade action to use node24 by [@​salmanmkc](https://redirect.github.com/salmanmkc) in [#​1325](https://redirect.github.com/actions/setup-node/pull/1325)
Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. [See Release Notes](https://redirect.github.com/actions/runner/releases/tag/v2.327.1)
##### Dependency Upgrades
- Upgrade [@​octokit/request-error](https://redirect.github.com/octokit/request-error) and [@​actions/github](https://redirect.github.com/actions/github) by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1227](https://redirect.github.com/actions/setup-node/pull/1227)
- Upgrade uuid from 9.0.1 to 11.1.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1273](https://redirect.github.com/actions/setup-node/pull/1273)
- Upgrade undici from 5.28.5 to 5.29.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1295](https://redirect.github.com/actions/setup-node/pull/1295)
- Upgrade form-data to bring in fix for critical vulnerability by [@​gowridurgad](https://redirect.github.com/gowridurgad) in [#​1332](https://redirect.github.com/actions/setup-node/pull/1332)
- Upgrade actions/checkout from 4 to 5 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1345](https://redirect.github.com/actions/setup-node/pull/1345)
##### New Contributors
- [@​priya-kinthali](https://redirect.github.com/priya-kinthali) made their first contribution in [#​1348](https://redirect.github.com/actions/setup-node/pull/1348)
- [@​salmanmkc](https://redirect.github.com/salmanmkc) made their first contribution in [#​1325](https://redirect.github.com/actions/setup-node/pull/1325)
**Full Changelog**: <https://github.com/actions/setup-node/compare/v4...v5.0.0>
### [`v5`](https://redirect.github.com/actions/setup-node/compare/v4...v5)
[Compare Source](https://redirect.github.com/actions/setup-node/compare/v4.4.0...v5.0.0)
</details>
<details>
<summary>actions/setup-python (actions/setup-python)</summary>
### [`v6.2.0`](https://redirect.github.com/actions/setup-python/compare/v6.1.0...v6.2.0)
[Compare Source](https://redirect.github.com/actions/setup-python/compare/v6.1.0...v6.2.0)
### [`v6.1.0`](https://redirect.github.com/actions/setup-python/releases/tag/v6.1.0)
[Compare Source](https://redirect.github.com/actions/setup-python/compare/v6...v6.1.0)
##### What's Changed
##### Enhancements:
- Add support for `pip-install` input by [@​gowridurgad](https://redirect.github.com/gowridurgad) in [#​1201](https://redirect.github.com/actions/setup-python/pull/1201)
- Add graalpy early-access and windows builds by [@​timfel](https://redirect.github.com/timfel) in [#​880](https://redirect.github.com/actions/setup-python/pull/880)
##### Dependency and Documentation updates:
- Enhanced wording and updated example usage for `allow-prereleases` by [@​yarikoptic](https://redirect.github.com/yarikoptic) in [#​979](https://redirect.github.com/actions/setup-python/pull/979)
- Upgrade urllib3 from 1.26.19 to 2.5.0 and document breaking changes in v6 by [@​dependabot](https://redirect.github.com/dependabot) in [#​1139](https://redirect.github.com/actions/setup-python/pull/1139)
- Upgrade typescript from 5.4.2 to 5.9.3 and Documentation update by [@​dependabot](https://redirect.github.com/dependabot) in [#​1094](https://redirect.github.com/actions/setup-python/pull/1094)
- Upgrade actions/publish-action from 0.3.0 to 0.4.0 & Documentation update for pip-install input by [@​dependabot](https://redirect.github.com/dependabot) in [#​1199](https://redirect.github.com/actions/setup-python/pull/1199)
- Upgrade requests from 2.32.2 to 2.32.4 by [@​dependabot](https://redirect.github.com/dependabot) in [#​1130](https://redirect.github.com/actions/setup-python/pull/1130)
- Upgrade prettier from 3.5.3 to 3.6.2 by [@​dependabot](https://redirect.github.com/dependabot) in [#​1234](https://redirect.github.com/actions/setup-python/pull/1234)
- Upgrade [@​types/node](https://redirect.github.com/types/node) from 24.1.0 to 24.9.1 and update macos-13 to macos-15-intel by [@​dependabot](https://redirect.github.com/dependabot) in [#​1235](https://redirect.github.com/actions/setup-python/pull/1235)
##### New Contributors
- [@​yarikoptic](https://redirect.github.com/yarikoptic) made their first contribution in [#​979](https://redirect.github.com/actions/setup-python/pull/979)
**Full Changelog**: <https://github.com/actions/setup-python/compare/v6...v6.1.0>
### [`v6.0.0`](https://redirect.github.com/actions/setup-python/releases/tag/v6.0.0)
[Compare Source](https://redirect.github.com/actions/setup-python/compare/v6...v6)
#### What's Changed
##### Breaking Changes
- Upgrade to node 24 by [@​salmanmkc](https://redirect.github.com/salmanmkc) in [#​1164](https://redirect.github.com/actions/setup-python/pull/1164)
Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. [See Release Notes](https://redirect.github.com/actions/runner/releases/tag/v2.327.1)
##### Enhancements:
- Add support for `pip-version` by [@​priyagupta108](https://redirect.github.com/priyagupta108) in [#​1129](https://redirect.github.com/actions/setup-python/pull/1129)
- Enhance reading from .python-version by [@​krystof-k](https://redirect.github.com/krystof-k) in [#​787](https://redirect.github.com/actions/setup-python/pull/787)
- Add version parsing from Pipfile by [@​aradkdj](https://redirect.github.com/aradkdj) in [#​1067](https://redirect.github.com/actions/setup-python/pull/1067)
##### Bug fixes:
- Clarify pythonLocation behaviour for PyPy and GraalPy in environment variables by [@​aparnajyothi-y](https://redirect.github.com/aparnajyothi-y) in [#​1183](https://redirect.github.com/actions/setup-python/pull/1183)
- Change missing cache directory error to warning by [@​aparnajyothi-y](https://redirect.github.com/aparnajyothi-y) in [#​1182](https://redirect.github.com/actions/setup-python/pull/1182)
- Add Architecture-Specific PATH Management for Python with --user Flag on Windows by [@​aparnajyothi-y](https://redirect.github.com/aparnajyothi-y) in [#​1122](https://redirect.github.com/actions/setup-python/pull/1122)
- Include python version in PyPy python-version output by [@​cdce8p](https://redirect.github.com/cdce8p) in [#​1110](https://redirect.github.com/actions/setup-python/pull/1110)
- Update docs: clarification on pip authentication with setup-python by [@​priya-kinthali](https://redirect.github.com/priya-kinthali) in [#​1156](https://redirect.github.com/actions/setup-python/pull/1156)
##### Dependency updates:
- Upgrade idna from 2.9 to 3.7 in /**tests**/data by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​843](https://redirect.github.com/actions/setup-python/pull/843)
- Upgrade form-data to fix critical vulnerabilities [#​182](https://redirect.github.com/actions/setup-python/issues/182) & [#​183](https://redirect.github.com/actions/setup-python/issues/183) by [@​aparnajyothi-y](https://redirect.github.com/aparnajyothi-y) in [#​1163](https://redirect.github.com/actions/setup-python/pull/1163)
- Upgrade setuptools to 78.1.1 to fix path traversal vulnerability in PackageIndex.download by [@​aparnajyothi-y](https://redirect.github.com/aparnajyothi-y) in [#​1165](https://redirect.github.com/actions/setup-python/pull/1165)
- Upgrade actions/checkout from 4 to 5 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1181](https://redirect.github.com/actions/setup-python/pull/1181)
- Upgrade [@​actions/tool-cache](https://redirect.github.com/actions/tool-cache) from 2.0.1 to 2.0.2 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1095](https://redirect.github.com/actions/setup-python/pull/1095)
#### New Contributors
- [@​krystof-k](https://redirect.github.com/krystof-k) made their first contribution in [#​787](https://redirect.github.com/actions/setup-python/pull/787)
- [@​cdce8p](https://redirect.github.com/cdce8p) made their first contribution in [#​1110](https://redirect.github.com/actions/setup-python/pull/1110)
- [@​aradkdj](https://redirect.github.com/aradkdj) made their first contribution in [#​1067](https://redirect.github.com/actions/setup-python/pull/1067)
**Full Changelog**: <https://github.com/actions/setup-python/compare/v5...v6.0.0>
### [`v6`](https://redirect.github.com/actions/setup-python/compare/v5...v6)
[Compare Source](https://redirect.github.com/actions/setup-python/compare/v5.6.0...v6)
</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...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/compare/v5.0.0...v6.0.0)
[Compare Source](https://redirect.github.com/actions/upload-artifact/compare/v6.0.0...v6.0.0)
### [`v6`](https://redirect.github.com/actions/upload-artifact/compare/v5...v6)
[Compare Source](https://redirect.github.com/actions/upload-artifact/compare/v5.0.0...v6.0.0)
### [`v5.0.0`](https://redirect.github.com/actions/upload-artifact/compare/v4.6.2...v5.0.0)
[Compare Source](https://redirect.github.com/actions/upload-artifact/compare/v5.0.0...v5.0.0)
### [`v5`](https://redirect.github.com/actions/upload-artifact/compare/v4...v5)
[Compare Source](https://redirect.github.com/actions/upload-artifact/compare/v4.6.2...v5.0.0)
</details>
<details>
<summary>canonical/has-signed-canonical-cla (canonical/has-signed-canonical-cla)</summary>
### [`v2.2.0`](https://redirect.github.com/canonical/has-signed-canonical-cla/releases/tag/2.2.0)
[Compare Source](https://redirect.github.com/canonical/has-signed-canonical-cla/compare/2.1.0...2.2.0)
#### What's Changed
- fix: prevent crash on merge\_group by discovering PRs from head\_sha by [@​sharder996](https://redirect.github.com/sharder996) in [#​86](https://redirect.github.com/canonical/has-signed-canonical-cla/pull/86)
- Update and rename test\_pull\_request.yml to validate-cla.yml by [@​beliaev-maksim](https://redirect.github.com/beliaev-maksim) in [#​79](https://redirect.github.com/canonical/has-signed-canonical-cla/pull/79)
- Update validate-cla.yml by [@​beliaev-maksim](https://redirect.github.com/beliaev-maksim) in [#​81](https://redirect.github.com/canonical/has-signed-canonical-cla/pull/81)
- chore(deps): update actions/checkout action to v5 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​85](https://redirect.github.com/canonical/has-signed-canonical-cla/pull/85)
- fix(deps): update dependency axios to v1.8.2 \[security] by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​80](https://redirect.github.com/canonical/has-signed-canonical-cla/pull/80)
- fix(deps): update dependency axios to v1.11.0 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​87](https://redirect.github.com/canonical/has-signed-canonical-cla/pull/87)
#### New Contributors
- [@​sharder996](https://redirect.github.com/sharder996) made their first contribution in [#​86](https://redirect.github.com/canonical/has-signed-canonical-cla/pull/86)
**Full Changelog**: <https://github.com/canonical/has-signed-canonical-cla/compare/2.1.0...2.2.0>
### [`v2.1.0`](https://redirect.github.com/canonical/has-signed-canonical-cla/releases/tag/2.1.0)
[Compare Source](https://redirect.github.com/canonical/has-signed-canonical-cla/compare/v2...2.1.0)
#### What's Changed
- Refactoring by [@​beliaev-maksim](https://redirect.github.com/beliaev-maksim) in [#​70](https://redirect.github.com/canonical/has-signed-canonical-cla/pull/70)
- Fixed issue with silent ignoring commits without GitHub username via [#​70](https://redirect.github.com/canonical/has-signed-canonical-cla/issues/70). See [#​73](https://redirect.github.com/canonical/has-signed-canonical-cla/issues/73)
- Add sequence diagram for CLA CI Action interaction by [@​beliaev-maksim](https://redirect.github.com/beliaev-maksim) in [#​71](https://redirect.github.com/canonical/has-signed-canonical-cla/pull/71). Read ARCHITECTURE.md
- feat: Pagination on commits by [@​Gu1nness](https://redirect.github.com/Gu1nness) in [#​72](https://redirect.github.com/canonical/has-signed-canonical-cla/pull/72)
#### New Contributors
- [@​Gu1nness](https://redirect.github.com/Gu1nness) made their first contribution in [#​72](https://redirect.github.com/canonical/has-signed-canonical-cla/pull/72)
**Full Changelog**: <https://github.com/canonical/has-signed-canonical-cla/compare/2.0.0...2.1.0>
### [`v2`](https://redirect.github.com/canonical/has-signed-canonical-cla/compare/v1...v2)
[Compare Source](https://redirect.github.com/canonical/has-signed-canonical-cla/compare/v2...v2)
### [`v2.0.0`](https://redirect.github.com/canonical/has-signed-canonical-cla/releases/tag/2.0.0)
[Compare Source](https://redirect.github.com/canonical/has-signed-canonical-cla/compare/1.2.3...v2)
#### What's Changed
- Configure Renovate by [@​renovate](https://redirect.github.com/renovate) in [#​24](https://redirect.github.com/canonical/has-signed-canonical-cla/pull/24)
- Update dependency axios to v1.7.4 \[SECURITY] by [@​renovate](https://redirect.github.com/renovate) in [#​50](https://redirect.github.com/canonical/has-signed-canonical-cla/pull/50)
- Update dependency [@​actions/core](https://redirect.github.com/actions/core) to v1.11.1 by [@​renovate](https://redirect.github.com/renovate) in [#​51](https://redirect.github.com/canonical/has-signed-canonical-cla/pull/51)
- Update actions/checkout action to v4 by [@​renovate](https://redirect.github.com/renovate) in [#​54](https://redirect.github.com/canonical/has-signed-canonical-cla/pull/54)
- Update dependency axios to v1.7.7 by [@​renovate](https://redirect.github.com/renovate) in [#​53](https://redirect.github.com/canonical/has-signed-canonical-cla/pull/53)
- Update dependency [@​actions/github](https://redirect.github.com/actions/github) to v6 by [@​renovate](https://redirect.github.com/renovate) in [#​57](https://redirect.github.com/canonical/has-signed-canonical-cla/pull/57)
- bump node version by [@​beliaev-maksim](https://redirect.github.com/beliaev-maksim) in [#​56](https://redirect.github.com/canonical/has-signed-canonical-cla/pull/56)
- update npm packages with node 20 by [@​beliaev-maksim](https://redirect.github.com/beliaev-maksim) in [#​58](https://redirect.github.com/canonical/has-signed-canonical-cla/pull/58)
- Accept American and British spellings (`License`/ `Licence`) of header by [@​simondeziel](https://redirect.github.com/simondeziel) in [#​60](https://redirect.github.com/canonical/has-signed-canonical-cla/pull/60)
- remove LP validation. by [@​beliaev-maksim](https://redirect.github.com/beliaev-maksim) in [#​55](https://redirect.github.com/canonical/has-signed-canonical-cla/pull/55)
- Remove `accept-existing-contributors` option by [@​beliaev-maksim](https://redirect.github.com/beliaev-maksim) in [#​59](https://redirect.github.com/canonical/has-signed-canonical-cla/pull/59)
- Remove `exempted-bots` option by [@​beliaev-maksim](https://redirect.github.com/beliaev-maksim) in [#​61](https://redirect.github.com/canonical/has-signed-canonical-cla/pull/61)
- Remove Mozilla and Ocado from CLA by [@​beliaev-maksim](https://redirect.github.com/beliaev-maksim) in [#​48](https://redirect.github.com/canonical/has-signed-canonical-cla/pull/48)
- Remove `implicit-approval-from-licenses` option by [@​beliaev-maksim](https://redirect.github.com/beliaev-maksim) in [#​64](https://redirect.github.com/canonical/has-signed-canonical-cla/pull/64)
- remove comment from bot by [@​beliaev-maksim](https://redirect.github.com/beliaev-maksim) in [#​65](https://redirect.github.com/canonical/has-signed-canonical-cla/pull/65)
- refactoring by [@​beliaev-maksim](https://redirect.github.com/beliaev-maksim) in [#​66](https://redirect.github.com/canonical/has-signed-canonical-cla/pull/66)
- Update CLA validation process to the new <https://cla.canonical.com> endpoint by [@​beliaev-maksim](https://redirect.github.com/beliaev-maksim) in [#​68](https://redirect.github.com/canonical/has-signed-canonical-cla/pull/68)
#### New Contributors
- [@​renovate](https://redirect.github.com/renovate) made their first contribution in [#​24](https://redirect.github.com/canonical/has-signed-canonical-cla/pull/24)
**Full Changelog**: <https://github.com/canonical/has-signed-canonical-cla/compare/1.2.3...2.0.0>
</details>
<details>
<summary>actions/node-versions (node)</summary>
### [`v24.16.0`](https://redirect.github.com/actions/node-versions/releases/tag/24.16.0-26265092718): 24.16.0
[Compare Source](https://redirect.github.com/actions/node-versions/compare/24.15.0-24511264946...24.16.0-26265092718)
Node.js 24.16.0
### [`v24.15.0`](https://redirect.github.com/actions/node-versions/releases/tag/24.15.0-24511264946): 24.15.0
[Compare Source](https://redirect.github.com/actions/node-versions/compare/24.14.1-23521883727...24.15.0-24511264946)
Node.js 24.15.0
### [`v24.14.1`](https://redirect.github.com/actions/node-versions/releases/tag/24.14.1-23521883727): 24.14.1
[Compare Source](https://redirect.github.com/actions/node-versions/compare/24.14.0-22380502845...24.14.1-23521883727)
Node.js 24.14.1
### [`v24.14.0`](https://redirect.github.com/actions/node-versions/releases/tag/24.14.0-22380502845): 24.14.0
[Compare Source](https://redirect.github.com/actions/node-versions/compare/24.13.1-21889660756...24.14.0-22380502845)
Node.js 24.14.0
### [`v24.13.1`](https://redirect.github.com/actions/node-versions/releases/tag/24.13.1-21889660756): 24.13.1
[Compare Source](https://redirect.github.com/actions/node-versions/compare/24.13.0-20981653924...24.13.1-21889660756)
Node.js 24.13.1
### [`v24.13.0`](https://redirect.github.com/actions/node-versions/releases/tag/24.13.0-20981653924): 24.13.0
[Compare Source](https://redirect.github.com/actions/node-versions/compare/24.12.0-20140960970...24.13.0-20981653924)
Node.js 24.13.0
### [`v24.12.0`](https://redirect.github.com/actions/node-versions/releases/tag/24.12.0-20140960970): 24.12.0
[Compare Source](https://redirect.github.com/actions/node-versions/compare/24.11.1-19282993875...24.12.0-20140960970)
Node.js 24.12.0
### [`v24.11.1`](https://redirect.github.com/actions/node-versions/releases/tag/24.11.1-19282993875): 24.11.1
[Compare Source](https://redirect.github.com/actions/node-versions/compare/24.11.0-18894910158...24.11.1-19282993875)
Node.js 24.11.1
### [`v24.11.0`](https://redirect.github.com/actions/node-versions/releases/tag/24.11.0-18894910158): 24.11.0
[Compare Source](https://redirect.github.com/actions/node-versions/compare/24.10.0-18453495281...24.11.0-18894910158)
Node.js 24.11.0
### [`v24.10.0`](https://redirect.github.com/actions/node-versions/releases/tag/24.10.0-18453495281): 24.10.0
[Compare Source](https://redirect.github.com/actions/node-versions/compare/24.9.0-18024003193...24.10.0-18453495281)
Node.js 24.10.0
### [`v24.9.0`](https://redirect.github.com/actions/node-versions/releases/tag/24.9.0-18024003193): 24.9.0
[Compare Source](https://redirect.github.com/actions/node-versions/compare/24.8.0-17630522236...24.9.0-18024003193)
Node.js 24.9.0
### [`v24.8.0`](https://redirect.github.com/actions/node-versions/releases/tag/24.8.0-17630522236): 24.8.0
[Compare Source](https://redirect.github.com/actions/node-versions/compare/24.7.0-17283839804...24.8.0-17630522236)
Node.js 24.8.0
### [`v24.7.0`](https://redirect.github.com/actions/node-versions/releases/tag/24.7.0-17283839804): 24.7.0
[Compare Source](https://redirect.github.com/actions/node-versions/compare/24.6.0-16980723897...24.7.0-17283839804)
Node.js 24.7.0
### [`v24.6.0`](https://redirect.github.com/actions/node-versions/releases/tag/24.6.0-16980723897): 24.6.0
[Compare Source](https://redirect.github.com/actions/node-versions/compare/24.5.0-16666195981...24.6.0-16980723897)
Node.js 24.6.0
### [`v24.5.0`](https://redirect.github.com/actions/node-versions/releases/tag/24.5.0-16666195981): 24.5.0
[Compare Source](https://redirect.github.com/actions/node-versions/compare/24.4.1-16309768053...24.5.0-16666195981)
Node.js 24.5.0
### [`v24.4.1`](https://redirect.github.com/actions/node-versions/releases/tag/24.4.1-16309768053): 24.4.1
[Compare Source](https://redirect.github.com/actions/node-versions/compare/24.4.0-16210503505...24.4.1-16309768053)
Node.js 24.4.1
### [`v24.4.0`](https://redirect.github.com/actions/node-versions/releases/tag/24.4.0-16210503505): 24.4.0
[Compare Source](https://redirect.github.com/actions/node-versions/compare/24.3.0-15866716565...24.4.0-16210503505)
Node.js 24.4.0
### [`v24.3.0`](https://redirect.github.com/actions/node-versions/releases/tag/24.3.0-15866716565): 24.3.0
[Compare Source](https://redirect.github.com/actions/node-versions/compare/24.2.0-15549907769...24.3.0-15866716565)
Node.js 24.3.0
### [`v24.2.0`](https://redirect.github.com/actions/node-versions/releases/tag/24.2.0-15549907769): 24.2.0
[Compare Source](https://redirect.github.com/actions/node-versions/compare/24.1.0-15177436545...24.2.0-15549907769)
Node.js 24.2.0
### [`v24.1.0`](https://redirect.github.com/actions/node-versions/releases/tag/24.1.0-15177436545): 24.1.0
[Compare Source](https://redirect.github.com/actions/node-versions/compare/24.0.2-15035852679...24.1.0-15177436545)
Node.js 24.1.0
### [`v24.0.2`](https://redirect.github.com/actions/node-versions/releases/tag/24.0.2-15035852679): 24.0.2
[Compare Source](https://redirect.github.com/actions/node-versions/compare/24.0.1-14928016774...24.0.2-15035852679)
Node.js 24.0.2
### [`v24.0.1`](https://redirect.github.com/actions/node-versions/releases/tag/24.0.1-14928016774): 24.0.1
[Compare Source](https://redirect.github.com/actions/node-versions/compare/24.0.0-14863421234...24.0.1-14928016774)
Node.js 24.0.1
### [`v24.0.0`](https://redirect.github.com/actions/node-versions/releases/tag/24.0.0-14863421234): 24.0.0
[Compare Source](https://redirect.github.com/actions/node-versions/compare/22.22.3-25838401827...24.0.0-14863421234)
Node.js 24.0.0
### [`v22.22.3`](https://redirect.github.com/actions/node-versions/releases/tag/22.22.3-25838401827): 22.22.3
[Compare Source](https://redirect.github.com/actions/node-versions/compare/22.22.2-23521889093...22.22.3-25838401827)
Node.js 22.22.3
### [`v22.22.2`](https://redirect.github.com/actions/node-versions/releases/tag/22.22.2-23521889093): 22.22.2
[Compare Source](https://redirect.github.com/actions/node-versions/compare/22.22.1-22746712011...22.22.2-23521889093)
Node.js 22.22.2
### [`v22.22.1`](https://redirect.github.com/actions/node-versions/releases/tag/22.22.1-22746712011): 22.22.1
[Compare Source](https://redirect.github.com/actions/node-versions/compare/22.22.0-20981702931...22.22.1-22746712011)
Node.js 22.22.1
### [`v22.22.0`](https://redirect.github.com/actions/node-versions/releases/tag/22.22.0-20981702931): 22.22.0
[Compare Source](https://redirect.github.com/actions/node-versions/compare/22.21.1-18894912842...22.22.0-20981702931)
Node.js 22.22.0
### [`v22.21.1`](https://redirect.github.com/actions/node-versions/releases/tag/22.21.1-18894912842): 22.21.1
[Compare Source](https://redirect.github.com/actions/node-versions/compare/22.21.0-18671149699...22.21.1-18894912842)
Node.js 22.21.1
### [`v22.21.0`](https://redirect.github.com/actions/node-versions/releases/tag/22.21.0-18671149699): 22.21.0
[Compare Source](https://redirect.github.com/actions/node-versions/compare/22.20.0-17993202319...22.21.0-18671149699)
Node.js 22.21.0
### [`v22.20.0`](https://redirect.github.com/actions/node-versions/releases/tag/22.20.0-17993202319): 22.20.0
[Compare Source](https://redirect.github.com/actions/node-versions/compare/22.19.0-17311483029...22.20.0-17993202319)
Node.js 22.20.0
### [`v22.19.0`](https://redirect.github.com/actions/node-versions/releases/tag/22.19.0-17311483029): 22.19.0
[Compare Source](https://redirect.github.com/actions/node-versions/compare/22.18.0-16666198358...22.19.0-17311483029)
Node.js 22.19.0
### [`v22.18.0`](https://redirect.github.com/actions/node-versions/releases/tag/22.18.0-16666198358): 22.18.0
[Compare Source](https://redirect.github.com/actions/node-versions/compare/22.17.1-16309770702...22.18.0-16666198358)
Node.js 22.18.0
### [`v22.17.1`](https://redirect.github.com/actions/node-versions/releases/tag/22.17.
> ✂ **Note**
>
> PR body was truncated to here.
</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/rockcraft).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMDkuMCIsInVwZGF0ZWRJblZlciI6IjQzLjIwOS4wIiwidGFyZ2V0QnJhbmNoIjoiaG90Zml4LzEuNSIsImxhYmVscyI6WyJQUjogRGVwZW5kZW5jaWVzIl19-->
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Automated GitHub Actions dependency update was closed without merging due to failing CI checks, including Python tests and linters. The changes were abandoned. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Automatically merged via Renovate. Updated multiple GitHub Actions to their latest major versions and upgraded the Node.js runtime to v24 on the hotfix/1.5 branch. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #339 build(deps): update github actions (hotfix/3.2) (major) | craft-store | closed | Closed unmerged. The automated GitHub Actions update failed CI checks (OSV-scanner, minimum dependencies) and received no reviews, leading to abandonment. | |
| #1224 build(deps): update github actions (hotfix/1.5) | rockcraft | closed | Closed and abandoned due to failing CI checks and lack of reviews. The dependency updates for Python 3.14 and release-drafter v6.4.0 were not merged. Automated recreation remains enabled. | |
| #743 build(deps): update github actions (hotfix/1.5) (major) | rockcraft | closed | Closed without merging. CI checks failed because test environments did not match the updated runners. A maintainer questioned the ongoing maintenance of the hotfix/1.5 branch, indicating the PR was abandoned. | |
| #5320 build(deps): update github actions (hotfix/7.5) (major) | snapcraft | closed | Closed without merging. Updated GitHub Actions dependencies (checkout, download-artifact, codecov, release-drafter) to major versions but was not merged, likely due to failing CI checks or being superseded. | |
| #2190 build(deps): update github actions (main) (major) | charmcraft | closed | Automated GitHub Actions dependency updates were closed without merging. A maintainer noted the changes must be applied manually instead. | |
| #2512 build(deps): update github actions (main) | charmcraft | closed | Closed without merging due to failing macOS CI checks and type errors. The automated dependency update for Go and Python versions was abandoned. | |
| #2449 build(deps): update github actions (main) | charmcraft | closed | Dependency update for GitHub Actions (Go 1.25, Python 3.13) was closed without merging. Despite automerge enabled, it was abandoned due to persistent type-checking notifications and inactivity. No changes were applied. | |
| #343 build(deps): update github actions (hotfix/3.2) (major) | craft-store | closed | Automated GitHub Actions updates were closed as stale without merging. A maintainer marked the branch stale, indicating the Renovate dependency changes were abandoned. | |
| #1088 build(deps): update github actions (main) | rockcraft | closed | Closed and abandoned due to failing CI checks and maintainer feedback citing schema workflow conflicts. The GitHub Actions dependency updates were not merged. | |
| #982 build(deps): update github actions (hotfix/2.2) (major) | craft-parts | closed | Closed without merging. The Renovate bot GitHub Actions update was abandoned or superseded by a newer PR. No CI checks or reviews occurred, and the bot will automatically recreate it per its immortal configuration. |