← Back to issue list

build(deps): update github actions (main) (major)

View original Github issue

Metadata

Project
craft-store
Number
#361
Type
pull request
State
merged
Author
renovate[bot]
Labels
PR: Dependencies
Created
Updated
Closed

Current evaluation

Merged Renovate update upgrading six GitHub Actions to major versions: checkout v6, download-artifact v8, setup-python v6, upload-artifact v7, release-drafter v7, and softprops/action-gh-release v3. CI passed.

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 | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | `v5` → `v6` | | [actions/download-artifact](https://redirect.github.com/actions/download-artifact) | action | major | `v5` → `v8` | | [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` | | [release-drafter/release-drafter](https://redirect.github.com/release-drafter/release-drafter) | action | major | `v6.4.0` → `v7.2.0` | | [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> ### [`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 [@&#8203;ericsciple](https://redirect.github.com/ericsciple) in [#&#8203;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 [@&#8203;ericsciple](https://redirect.github.com/ericsciple) in [#&#8203;2301](https://redirect.github.com/actions/checkout/pull/2301) **Full Changelog**: <https://github.com/actions/checkout/compare/v5...v5.0.1> </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 [@&#8203;danwkennedy](https://redirect.github.com/danwkennedy) in [#&#8203;471](https://redirect.github.com/actions/download-artifact/pull/471) - Add a regression test for artifact name + content-type mismatches by [@&#8203;danwkennedy](https://redirect.github.com/danwkennedy) in [#&#8203;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 @&#8203;actions/\* packages, we've upgraded the package to ESM. ##### What's Changed - Don't attempt to un-zip non-zipped downloads by [@&#8203;danwkennedy](https://redirect.github.com/danwkennedy) in [#&#8203;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 [@&#8203;danwkennedy](https://redirect.github.com/danwkennedy) in [#&#8203;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`](https://redirect.github.com/actions/download-artifact/compare/v6...v7) [Compare Source](https://redirect.github.com/actions/download-artifact/compare/v7.0.0...v7.0.0) ### [`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/v6.0.0...v7.0.0) ##### v7 - What's new > \[!IMPORTANT] > actions/download-artifact\@&#8203;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 [@&#8203;patrikpolyak](https://redirect.github.com/patrikpolyak) in [#&#8203;440](https://redirect.github.com/actions/download-artifact/pull/440) - Download Artifact Node24 support by [@&#8203;salmanmkc](https://redirect.github.com/salmanmkc) in [#&#8203;415](https://redirect.github.com/actions/download-artifact/pull/415) - fix: update [@&#8203;actions/artifact](https://redirect.github.com/actions/artifact) to fix Node.js 24 punycode deprecation by [@&#8203;salmanmkc](https://redirect.github.com/salmanmkc) in [#&#8203;451](https://redirect.github.com/actions/download-artifact/pull/451) - prepare release v7.0.0 for Node.js 24 support by [@&#8203;salmanmkc](https://redirect.github.com/salmanmkc) in [#&#8203;452](https://redirect.github.com/actions/download-artifact/pull/452) ##### New Contributors - [@&#8203;patrikpolyak](https://redirect.github.com/patrikpolyak) made their first contribution in [#&#8203;440](https://redirect.github.com/actions/download-artifact/pull/440) - [@&#8203;salmanmkc](https://redirect.github.com/salmanmkc) made their first contribution in [#&#8203;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> ### [`v6`](https://redirect.github.com/actions/download-artifact/compare/v5...v6) [Compare Source](https://redirect.github.com/actions/download-artifact/compare/v6.0.0...v6.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/v5.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 [@&#8203;yacaovsnc](https://redirect.github.com/yacaovsnc) in [#&#8203;417](https://redirect.github.com/actions/download-artifact/pull/417) - Update README with artifact extraction details by [@&#8203;yacaovsnc](https://redirect.github.com/yacaovsnc) in [#&#8203;424](https://redirect.github.com/actions/download-artifact/pull/424) - Readme: spell out the first use of GHES by [@&#8203;danwkennedy](https://redirect.github.com/danwkennedy) in [#&#8203;431](https://redirect.github.com/actions/download-artifact/pull/431) - Bump `@actions/artifact` to `v4.0.0` - Prepare `v6.0.0` by [@&#8203;danwkennedy](https://redirect.github.com/danwkennedy) in [#&#8203;438](https://redirect.github.com/actions/download-artifact/pull/438) #### New Contributors - [@&#8203;danwkennedy](https://redirect.github.com/danwkennedy) made their first contribution in [#&#8203;431](https://redirect.github.com/actions/download-artifact/pull/431) **Full Changelog**: <https://github.com/actions/download-artifact/compare/v5...v6.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 [@&#8203;gowridurgad](https://redirect.github.com/gowridurgad) in [#&#8203;1201](https://redirect.github.com/actions/setup-python/pull/1201) - Add graalpy early-access and windows builds by [@&#8203;timfel](https://redirect.github.com/timfel) in [#&#8203;880](https://redirect.github.com/actions/setup-python/pull/880) ##### Dependency and Documentation updates: - Enhanced wording and updated example usage for `allow-prereleases` by [@&#8203;yarikoptic](https://redirect.github.com/yarikoptic) in [#&#8203;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 [@&#8203;dependabot](https://redirect.github.com/dependabot) in [#&#8203;1139](https://redirect.github.com/actions/setup-python/pull/1139) - Upgrade typescript from 5.4.2 to 5.9.3 and Documentation update by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [#&#8203;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 [@&#8203;dependabot](https://redirect.github.com/dependabot) in [#&#8203;1199](https://redirect.github.com/actions/setup-python/pull/1199) - Upgrade requests from 2.32.2 to 2.32.4 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [#&#8203;1130](https://redirect.github.com/actions/setup-python/pull/1130) - Upgrade prettier from 3.5.3 to 3.6.2 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [#&#8203;1234](https://redirect.github.com/actions/setup-python/pull/1234) - Upgrade [@&#8203;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 [@&#8203;dependabot](https://redirect.github.com/dependabot) in [#&#8203;1235](https://redirect.github.com/actions/setup-python/pull/1235) ##### New Contributors - [@&#8203;yarikoptic](https://redirect.github.com/yarikoptic) made their first contribution in [#&#8203;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 [@&#8203;salmanmkc](https://redirect.github.com/salmanmkc) in [#&#8203;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 [@&#8203;priyagupta108](https://redirect.github.com/priyagupta108) in [#&#8203;1129](https://redirect.github.com/actions/setup-python/pull/1129) - Enhance reading from .python-version by [@&#8203;krystof-k](https://redirect.github.com/krystof-k) in [#&#8203;787](https://redirect.github.com/actions/setup-python/pull/787) - Add version parsing from Pipfile by [@&#8203;aradkdj](https://redirect.github.com/aradkdj) in [#&#8203;1067](https://redirect.github.com/actions/setup-python/pull/1067) ##### Bug fixes: - Clarify pythonLocation behaviour for PyPy and GraalPy in environment variables by [@&#8203;aparnajyothi-y](https://redirect.github.com/aparnajyothi-y) in [#&#8203;1183](https://redirect.github.com/actions/setup-python/pull/1183) - Change missing cache directory error to warning by [@&#8203;aparnajyothi-y](https://redirect.github.com/aparnajyothi-y) in [#&#8203;1182](https://redirect.github.com/actions/setup-python/pull/1182) - Add Architecture-Specific PATH Management for Python with --user Flag on Windows by [@&#8203;aparnajyothi-y](https://redirect.github.com/aparnajyothi-y) in [#&#8203;1122](https://redirect.github.com/actions/setup-python/pull/1122) - Include python version in PyPy python-version output by [@&#8203;cdce8p](https://redirect.github.com/cdce8p) in [#&#8203;1110](https://redirect.github.com/actions/setup-python/pull/1110) - Update docs: clarification on pip authentication with setup-python by [@&#8203;priya-kinthali](https://redirect.github.com/priya-kinthali) in [#&#8203;1156](https://redirect.github.com/actions/setup-python/pull/1156) ##### Dependency updates: - Upgrade idna from 2.9 to 3.7 in /**tests**/data by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;843](https://redirect.github.com/actions/setup-python/pull/843) - Upgrade form-data to fix critical vulnerabilities [#&#8203;182](https://redirect.github.com/actions/setup-python/issues/182) & [#&#8203;183](https://redirect.github.com/actions/setup-python/issues/183) by [@&#8203;aparnajyothi-y](https://redirect.github.com/aparnajyothi-y) in [#&#8203;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 [@&#8203;aparnajyothi-y](https://redirect.github.com/aparnajyothi-y) in [#&#8203;1165](https://redirect.github.com/actions/setup-python/pull/1165) - Upgrade actions/checkout from 4 to 5 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;1181](https://redirect.github.com/actions/setup-python/pull/1181) - Upgrade [@&#8203;actions/tool-cache](https://redirect.github.com/actions/tool-cache) from 2.0.1 to 2.0.2 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;1095](https://redirect.github.com/actions/setup-python/pull/1095) #### New Contributors - [@&#8203;krystof-k](https://redirect.github.com/krystof-k) made their first contribution in [#&#8203;787](https://redirect.github.com/actions/setup-python/pull/787) - [@&#8203;cdce8p](https://redirect.github.com/cdce8p) made their first contribution in [#&#8203;1110](https://redirect.github.com/actions/setup-python/pull/1110) - [@&#8203;aradkdj](https://redirect.github.com/aradkdj) made their first contribution in [#&#8203;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) ### [`v5.6.0`](https://redirect.github.com/actions/setup-python/releases/tag/v5.6.0) [Compare Source](https://redirect.github.com/actions/setup-python/compare/v5.5.0...v5.6.0) #### What's Changed - Workflow updates related to Ubuntu 20.04 by [@&#8203;aparnajyothi-y](https://redirect.github.com/aparnajyothi-y) in [#&#8203;1065](https://redirect.github.com/actions/setup-python/pull/1065) - Fix for Candidate Not Iterable Error by [@&#8203;aparnajyothi-y](https://redirect.github.com/aparnajyothi-y) in [#&#8203;1082](https://redirect.github.com/actions/setup-python/pull/1082) - Upgrade semver and [@&#8203;types/semver](https://redirect.github.com/types/semver) by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [#&#8203;1091](https://redirect.github.com/actions/setup-python/pull/1091) - Upgrade prettier from 2.8.8 to 3.5.3 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [#&#8203;1046](https://redirect.github.com/actions/setup-python/pull/1046) - Upgrade ts-jest from 29.1.2 to 29.3.2 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [#&#8203;1081](https://redirect.github.com/actions/setup-python/pull/1081) **Full Changelog**: <https://github.com/actions/setup-python/compare/v5...v5.6.0> ### [`v5.5.0`](https://redirect.github.com/actions/setup-python/releases/tag/v5.5.0) [Compare Source](https://redirect.github.com/actions/setup-python/compare/v5.4.0...v5.5.0) #### What's Changed ##### Enhancements: - Support free threaded Python versions like '3.13t' by [@&#8203;colesbury](https://redirect.github.com/colesbury) in [#&#8203;973](https://redirect.github.com/actions/setup-python/pull/973) - Enhance Workflows: Include ubuntu-arm runners, Add e2e Testing for free threaded and Upgrade [@&#8203;action/cache](https://redirect.github.com/action/cache) from 4.0.0 to 4.0.3 by [@&#8203;priya-kinthali](https://redirect.github.com/priya-kinthali) in [#&#8203;1056](https://redirect.github.com/actions/setup-python/pull/1056) - Add support for .tool-versions file in setup-python by [@&#8203;mahabaleshwars](https://redirect.github.com/mahabaleshwars) in [#&#8203;1043](https://redirect.github.com/actions/setup-python/pull/1043) ##### Bug fixes: - Fix architecture for pypy on Linux ARM64 by [@&#8203;mayeut](https://redirect.github.com/mayeut) in [#&#8203;1011](https://redirect.github.com/actions/setup-python/pull/1011) This update maps arm64 to aarch64 for Linux ARM64 PyPy installations. ##### Dependency updates: - Upgrade [@&#8203;vercel/ncc](https://redirect.github.com/vercel/ncc) from 0.38.1 to 0.38.3 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [#&#8203;1016](https://redirect.github.com/actions/setup-python/pull/1016) - Upgrade [@&#8203;actions/glob](https://redirect.github.com/actions/glob) from 0.4.0 to 0.5.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [#&#8203;1015](https://redirect.github.com/actions/setup-python/pull/1015) #### New Contributors - [@&#8203;colesbury](https://redirect.github.com/colesbury) made their first contribution in [#&#8203;973](https://redirect.github.com/actions/setup-python/pull/973) - [@&#8203;mahabaleshwars](https://redirect.github.com/mahabaleshwars) made their first contribution in [#&#8203;1043](https://redirect.github.com/actions/setup-python/pull/1043) **Full Changelog**: <https://github.com/actions/setup-python/compare/v5...v5.5.0> ### [`v5.4.0`](https://redirect.github.com/actions/setup-python/releases/tag/v5.4.0) [Compare Source](https://redirect.github.com/actions/setup-python/compare/v5.3.0...v5.4.0) #### What's Changed ##### Enhancements: - Update cache error message by [@&#8203;aparnajyothi-y](https://redirect.github.com/aparnajyothi-y) in [#&#8203;968](https://redirect.github.com/actions/setup-python/pull/968) - Enhance Workflows: Add Ubuntu-24, Remove Python 3.8 by [@&#8203;priya-kinthali](https://redirect.github.com/priya-kinthali) in [#&#8203;985](https://redirect.github.com/actions/setup-python/pull/985) - Configure Dependabot settings by [@&#8203;HarithaVattikuti](https://redirect.github.com/HarithaVattikuti) in [#&#8203;1008](https://redirect.github.com/actions/setup-python/pull/1008) ##### Documentation changes: - Readme update - recommended permissions by [@&#8203;benwells](https://redirect.github.com/benwells) in [#&#8203;1009](https://redirect.github.com/actions/setup-python/pull/1009) - Improve Advanced Usage examples by [@&#8203;lrq3000](https://redirect.github.com/lrq3000) in [#&#8203;645](https://redirect.github.com/actions/setup-python/pull/645) ##### Dependency updates: - Upgrade `undici` from 5.28.4 to 5.28.5 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [#&#8203;1012](https://redirect.github.com/actions/setup-python/pull/1012) - Upgrade `urllib3` from 1.25.9 to 1.26.19 in /**tests**/data by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [#&#8203;895](https://redirect.github.com/actions/setup-python/pull/895) - Upgrade `actions/publish-immutable-action` from 0.0.3 to 0.0.4 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [#&#8203;1014](https://redirect.github.com/actions/setup-python/pull/1014) - Upgrade `@actions/http-client` from 2.2.1 to 2.2.3 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [#&#8203;1020](https://redirect.github.com/actions/setup-python/pull/1020) - Upgrade `requests` from 2.24.0 to 2.32.2 in /**tests**/data by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [#&#8203;1019](https://redirect.github.com/actions/setup-python/pull/1019) - Upgrade `@actions/cache` to `^4.0.0` by [@&#8203;priyagupta108](https://redirect.github.com/priyagupta108) in [#&#8203;1007](https://redirect.github.com/actions/setup-python/pull/1007) #### New Contributors - [@&#8203;benwells](https://redirect.github.com/benwells) made their first contribution in [#&#8203;1009](https://redirect.github.com/actions/setup-python/pull/1009) - [@&#8203;HarithaVattikuti](https://redirect.github.com/HarithaVattikuti) made their first contribution in [#&#8203;1008](https://redirect.github.com/actions/setup-python/pull/1008) - [@&#8203;lrq3000](https://redirect.github.com/lrq3000) made their first contribution in [#&#8203;645](https://redirect.github.com/actions/setup-python/pull/645) **Full Changelog**: <https://github.com/actions/setup-python/compare/v5...v5.4.0> ### [`v5.3.0`](https://redirect.github.com/actions/setup-python/releases/tag/v5.3.0) [Compare Source](https://redirect.github.com/actions/setup-python/compare/v5.2.0...v5.3.0) #### What's Changed - Add workflow file for publishing releases to immutable action package by [@&#8203;Jcambass](https://redirect.github.com/Jcambass) in [#&#8203;941](https://redirect.github.com/actions/setup-python/pull/941) - Upgrade IA publish by [@&#8203;Jcambass](https://redirect.github.com/Jcambass) in [#&#8203;943](https://redirect.github.com/actions/setup-python/pull/943) ##### Bug Fixes: - Normalise Line Endings to Ensure Cross-Platform Consistency by [@&#8203;priya-kinthali](https://redirect.github.com/priya-kinthali) in [#&#8203;938](https://redirect.github.com/actions/setup-python/pull/938) - Revise `isGhes` logic by [@&#8203;jww3](https://redirect.github.com/jww3) in [#&#8203;963](https://redirect.github.com/actions/setup-python/pull/963) - Bump pillow from 7.2 to 10.2.0 by [@&#8203;aparnajyothi-y](https://redirect.github.com/aparnajyothi-y) in [#&#8203;956](https://redirect.github.com/actions/setup-python/pull/956) ##### Enhancements: - Enhance workflows and documentation updates by [@&#8203;priya-kinthali](https://redirect.github.com/priya-kinthali) in [#&#8203;965](https://redirect.github.com/actions/setup-python/pull/965) - Bump default versions to latest by [@&#8203;jeffwidman](https://redirect.github.com/jeffwidman) in [#&#8203;905](https://redirect.github.com/actions/setup-python/pull/905) #### New Contributors - [@&#8203;Jcambass](https://redirect.github.com/Jcambass) made their first contribution in [#&#8203;941](https://redirect.github.com/actions/setup-python/pull/941) - [@&#8203;jww3](https://redirect.github.com/jww3) made their first contribution in [#&#8203;963](https://redirect.github.com/actions/setup-python/pull/963) **Full Changelog**: <https://github.com/actions/setup-python/compare/v5...v5.3.0> ### [`v5.2.0`](https://redirect.github.com/actions/setup-python/releases/tag/v5.2.0) [Compare Source](https://redirect.github.com/actions/setup-python/compare/v5.1.1...v5.2.0) #### What's Changed ##### Bug fixes: - Add `.zip` extension to Windows package downloads for `Expand-Archive` Compatibility by [@&#8203;priyagupta108](https://redirect.github.com/priyagupta108) in [#&#8203;916](https://redirect.github.com/actions/setup-python/pull/916) This addresses compatibility issues on Windows self-hosted runners by ensuring that the filenames for Python and PyPy package downloads explicitly include the .zip extension, allowing the Expand-Archive command to function correctly. - Add arch to cache key by [@&#8203;Zxilly](https://redirect.github.com/Zxilly) in [#&#8203;896](https://redirect.github.com/actions/setup-python/pull/896) This addresses issues with caching by adding the architecture (arch) to the cache key, ensuring that cache keys are accurate to prevent conflicts. Note: This change may break previous cache keys as they will no longer be compatible with the new format. ##### Documentation changes: - Fix display of emojis in contributors doc by [@&#8203;sciencewhiz](https://redirect.github.com/sciencewhiz) in [#&#8203;899](https://redirect.github.com/actions/setup-python/pull/899) - Documentation update for caching poetry dependencies by [@&#8203;gowridurgad](https://redirect.github.com/gowridurgad) in [#&#8203;908](https://redirect.github.com/actions/setup-python/pull/908) ##### Dependency updates: - Bump [@&#8203;iarna/toml](https://redirect.github.com/iarna/toml) version from 2.2.5 to 3.0.0 by [@&#8203;priya-kinthali](https://redirect.github.com/priya-kinthali) in [#&#8203;912](https://redirect.github.com/actions/setup-python/pull/912) - Bump pyinstaller from 3.6 to 5.13.1 by [@&#8203;aparnajyothi-y](https://redirect.github.com/aparnajyothi-y) in [#&#8203;923](https://redirect.github.com/actions/setup-python/pull/923) #### New Contributors - [@&#8203;sciencewhiz](https://redirect.github.com/sciencewhiz) made their first contribution in [#&#8203;899](https://redirect.github.com/actions/setup-python/pull/899) - [@&#8203;priyagupta108](https://redirect.github.com/priyagupta108) made their first contribution in [#&#8203;916](https://redirect.github.com/actions/setup-python/pull/916) - [@&#8203;Zxilly](https://redirect.github.com/Zxilly) made their first contribution in [#&#8203;896](https://redirect.github.com/actions/setup-python/pull/896) - [@&#8203;aparnajyothi-y](https://redirect.github.com/aparnajyothi-y) made their first contribution in [#&#8203;923](https://redirect.github.com/actions/setup-python/pull/923) **Full Changelog**: <https://github.com/actions/setup-python/compare/v5...v5.2.0> ### [`v5.1.1`](https://redirect.github.com/actions/setup-python/releases/tag/v5.1.1) [Compare Source](https://redirect.github.com/actions/setup-python/compare/v5.1.0...v5.1.1) #### What's Changed ##### Bug fixes: - fix(ci): update all failing workflows by [@&#8203;mayeut](https://redirect.github.com/mayeut) in [#&#8203;863](https://redirect.github.com/actions/setup-python/pull/863) This update ensures compatibility and optimal performance of workflows on the latest macOS version. ##### Documentation changes: - Documentation update for cache by [@&#8203;gowridurgad](https://redirect.github.com/gowridurgad) in [#&#8203;873](https://redirect.github.com/actions/setup-python/pull/873) ##### Dependency updates: - Bump braces from 3.0.2 to 3.0.3 and undici from 5.28.3 to 5.28.4 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [#&#8203;893](https://redirect.github.com/actions/setup-python/pull/893) #### New Contributors - [@&#8203;gowridurgad](https://redirect.github.com/gowridurgad) made their first contribution in [#&#8203;873](https://redirect.github.com/actions/setup-python/pull/873) **Full Changelog**: <https://github.com/actions/setup-python/compare/v5...v5.1.1> ### [`v5.1.0`](https://redirect.github.com/actions/setup-python/releases/tag/v5.1.0) [Compare Source](https://redirect.github.com/actions/setup-python/compare/v5...v5.1.0) #### What's Changed - Leveraging the raw API to retrieve the version-manifest, as it does not impose a rate limit and hence facilitates unrestricted consumption without the need for a token for Github Enterprise Servers by [@&#8203;Shegox](https://redirect.github.com/Shegox) in [#&#8203;766](https://redirect.github.com/actions/setup-python/pull/766). - Dependency updates by [@&#8203;dependabot](https://redirect.github.com/dependabot) and [@&#8203;HarithaVattikuti](https://redirect.github.com/HarithaVattikuti) in [#&#8203;817](https://redirect.github.com/actions/setup-python/pull/817) - Documentation changes for version in README by [@&#8203;basnijholt](https://redirect.github.com/basnijholt) in [#&#8203;776](https://redirect.github.com/actions/setup-python/pull/776) - Documentation changes for link in README by [@&#8203;ukd1](https://redirect.github.com/ukd1) in [#&#8203;793](https://redirect.github.com/actions/setup-python/pull/793) - Documentation changes for link in Advanced Usage by [@&#8203;Jamim](https://redirect.github.com/Jamim) in [#&#8203;782](https://redirect.github.com/actions/setup-python/pull/782) - Documentation changes for avoiding rate limit issues on GHES by [@&#8203;priya-kinthali](https://redirect.github.com/priya-kinthali) in [#&#8203;835](https://redirect.github.com/actions/setup-python/pull/835) #### New Contributors - [@&#8203;basnijholt](https://redirect.github.com/basnijholt) made their first contribution in [#&#8203;776](https://redirect.github.com/actions/setup-python/pull/776) - [@&#8203;ukd1](https://redirect.github.com/ukd1) made their first contribution in [#&#8203;793](https://redirect.github.com/actions/setup-python/pull/793) - [@&#8203;Jamim](https://redirect.github.com/Jamim) made their first contribution in [#&#8203;782](https://redirect.github.com/actions/setup-python/pull/782) - [@&#8203;Shegox](https://redirect.github.com/Shegox) made their first contribution in [#&#8203;766](https://redirect.github.com/actions/setup-python/pull/766) - [@&#8203;priya-kinthali](https://redirect.github.com/priya-kinthali) made their first contribution in [#&#8203;835](https://redirect.github.com/actions/setup-python/pull/835) **Full Changelog**: <https://github.com/actions/setup-python/compare/v5.0.0...v5.1.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 [@&#8203;danwkennedy](https://redirect.github.com/danwkennedy) in [#&#8203;795](https://redirect.github.com/actions/upload-artifact/pull/795) - Readme: bump all the example versions to v7 by [@&#8203;danwkennedy](https://redirect.github.com/danwkennedy) in [#&#8203;796](https://redirect.github.com/actions/upload-artifact/pull/796) - Include changes in typespec/ts-http-runtime 0.3.5 by [@&#8203;yacaovsnc](https://redirect.github.com/yacaovsnc) in [#&#8203;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 [@&#8203;Link-](https://redirect.github.com/Link-) in [#&#8203;754](https://redirect.github.com/actions/upload-artifact/pull/754) - Upgrade the module to ESM and bump dependencies by [@&#8203;danwkennedy](https://redirect.github.com/danwkennedy) in [#&#8203;762](https://redirect.github.com/actions/upload-artifact/pull/762) - Support direct file uploads by [@&#8203;danwkennedy](https://redirect.github.com/danwkennedy) in [#&#8203;764](https://redirect.github.com/actions/upload-artifact/pull/764) #### New Contributors - [@&#8203;Link-](https://redirect.github.com/Link-) made their first contribution in [#&#8203;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`](https://redirect.github.com/actions/upload-artifact/compare/v5...v6) [Compare Source](https://redirect.github.com/actions/upload-artifact/compare/v6.0.0...v6.0.0) ### [`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/v5.0.0...v6.0.0) ### [`v5`](https://redirect.github.com/actions/upload-artifact/compare/v4...v5) [Compare Source](https://redirect.github.com/actions/upload-artifact/compare/v5.0.0...v5.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/v4.6.2...v5.0.0) ### [`v4.6.2`](https://redirect.github.com/actions/upload-artifact/releases/tag/v4.6.2) [Compare Source](https://redirect.github.com/actions/upload-artifact/compare/v4.6.1...v4.6.2) #### What's Changed - Update to use artifact 2.3.2 package & prepare for new upload-artifact release by [@&#8203;salmanmkc](https://redirect.github.com/salmanmkc) in [#&#8203;685](https://redirect.github.com/actions/upload-artifact/pull/685) #### New Contributors - [@&#8203;salmanmkc](https://redirect.github.com/salmanmkc) made their first contribution in [#&#8203;685](https://redirect.github.com/actions/upload-artifact/pull/685) **Full Changelog**: <https://github.com/actions/upload-artifact/compare/v4...v4.6.2> ### [`v4.6.1`](https://redirect.github.com/actions/upload-artifact/releases/tag/v4.6.1) [Compare Source](https://redirect.github.com/actions/upload-artifact/compare/v4.6.0...v4.6.1) #### What's Changed - Update to use artifact 2.2.2 package by [@&#8203;yacaovsnc](https://redirect.github.com/yacaovsnc) in [#&#8203;673](https://redirect.github.com/actions/upload-artifact/pull/673) **Full Changelog**: <https://github.com/actions/upload-artifact/compare/v4...v4.6.1> ### [`v4.6.0`](https://redirect.github.com/actions/upload-artifact/releases/tag/v4.6.0) [Compare Source](https://redirect.github.com/actions/upload-artifact/compare/v4.5.0...v4.6.0) #### What's Changed - Expose env vars to control concurrency and timeout by [@&#8203;yacaovsnc](https://redirect.github.com/yacaovsnc) in [#&#8203;662](https://redirect.github.com/actions/upload-artifact/pull/662) **Full Changelog**: <https://github.com/actions/upload-artifact/compare/v4...v4.6.0> ### [`v4.5.0`](https://redirect.github.com/actions/upload-artifact/releases/tag/v4.5.0) [Compare Source](https://redirect.github.com/actions/upload-artifact/compare/v4.4.3...v4.5.0) #### What's Changed - fix: deprecated `Node.js` version in action by [@&#8203;hamirmahal](https://redirect.github.com/hamirmahal) in [#&#8203;578](https://redirect.github.com/actions/upload-artifact/pull/578) - Add new `artifact-digest` output by [@&#8203;bdehamer](https://redirect.github.com/bdehamer) in [#&#8203;656](https://redirect.github.com/actions/upload-artifact/pull/656) #### New Contributors - [@&#8203;hamirmahal](https://redirect.github.com/hamirmahal) made their first contribution in [#&#8203;578](https://redirect.github.com/actions/upload-artifact/pull/578) - [@&#8203;bdehamer](https://redirect.github.com/bdehamer) made their first contribution in [#&#8203;656](https://redirect.github.com/actions/upload-artifact/pull/656) **Full Changelog**: <https://github.com/actions/upload-artifact/compare/v4.4.3...v4.5.0> ### [`v4.4.3`](https://redirect.github.com/actions/upload-artifact/releases/tag/v4.4.3) [Compare Source](https://redirect.github.com/actions/upload-artifact/compare/v4.4.2...v4.4.3) #### What's Changed - Undo indirect dependency updates from [#&#8203;627](https://redirect.github.com/actions/upload-artifact/issues/627) by [@&#8203;joshmgross](https://redirect.github.com/joshmgross) in [#&#8203;632](https://redirect.github.com/actions/upload-artifact/pull/632) **Full Changelog**: <https://github.com/actions/upload-artifact/compare/v4.4.2...v4.4.3> ### [`v4.4.2`](https://redirect.github.com/actions/upload-artifact/releases/tag/v4.4.2) [Compare Source](https://redirect.github.com/actions/upload-artifact/compare/v4.4.1...v4.4.2) #### What's Changed - Bump `@actions/artifact` to 2.1.11 by [@&#8203;robherley](https://redirect.github.com/robherley) in [#&#8203;627](https://redirect.github.com/actions/upload-artifact/pull/627) - Includes fix for relative symlinks not resolving properly **Full Changelog**: <https://github.com/actions/upload-artifact/compare/v4.4.1...v4.4.2> ### [`v4.4.1`](https://redirect.github.com/actions/upload-artifact/releases/tag/v4.4.1) [Compare Source](https://redirect.github.com/actions/upload-artifact/compare/v4.4.0...v4.4.1) #### What's Changed - Add a section about hidden files by [@&#8203;joshmgross](https://redirect.github.com/joshmgross) in [#&#8203;607](https://redirect.github.com/actions/upload-artifact/pull/607) - Add workflow file for publishing releases to immutable action package by [@&#8203;Jcambass](https://redirect.github.com/Jcambass) in [#&#8203;621](https://redirect.github.com/actions/upload-artifact/pull/621) - Update [@&#8203;actions/artifact](https://redirect.github.com/actions/artifact) to latest version, includes symlink and timeout fixes by [@&#8203;robherley](https://redirect.github.com/robherley) in [#&#8203;625](https://redirect.github.com/actions/upload-artifact/pull/625) #### New Contributors - [@&#8203;Jcambass](https://redirect.github.com/Jcambass) made their first contribution in [#&#8203;621](https://redirect.github.com/actions/upload-artifact/pull/621) **Full Changelog**: <https://github.com/actions/upload-artifact/compare/v4.4.0...v4.4.1> ### [`v4.4.0`](https://redirect.github.com/actions/upload-artifact/releases/tag/v4.4.0) [Compare Source](https://redirect.github.com/actions/upload-artifact/compare/v4.3.6...v4.4.0) #### Notice: Breaking Changes :warning: We will no longer include hidden files and folders by default in the `upload-artifact` action of this version. This reduces the risk that credentials are accidentally uploaded into artifacts. Customers who need to continue to upload these files can use a new option, `include-hidden-files`, to continue to do so. See ["Notice of upcoming deprecations and breaking changes in GitHub Actions runners"](https://github.blog/changelog/2024-08-19-notice-of-upcoming-deprecations-and-breaking-changes-in-github-actions-runners/) changelog and [this issue](https://redirect.github.com/actions/upload-artifact/issues/602) for more details. #### What's Changed - Exclude hidden files by default by [@&#8203;joshmgross](https://redirect.github.com/joshmgross) in [#&#8203;598](https://redirect.github.com/actions/upload-artifact/pull/598) **Full Changelog**: <https://github.com/actions/upload-artifact/compare/v4.3.6...v4.4.0> ### [`v4.3.6`](https://redirect.github.com/actions/upload-artifact/releases/tag/v4.3.6) [Compare Source](https://redirect.github.com/actions/upload-artifact/compare/v4.3.5...v4.3.6) #### What's Changed - Revert to [@&#8203;actions/artifact](https://redirect.github.com/actions/artifact) 2.1.8 by [@&#8203;robherley](https://redirect.github.com/robherley) in [#&#8203;594](https://redirect.github.com/actions/upload-artifact/pull/594) **Full Changelog**: <https://github.com/actions/upload-artifact/compare/v4...v4.3.6> ### [`v4.3.5`](https://redirect.github.com/actions/upload-artifact/releases/tag/v4.3.5) [Compare Source](https://redirect.github.com/actions/upload-artifact/compare/v4.3.4...v4.3.5) #### What's Changed - Bump [@&#8203;actions/artifact](https://redirect.github.com/actions/artifact) to v2.1.9 by [@&#8203;robherley](https://redirect.github.com/robherley) in [#&#8203;588](https://redirect.github.com/actions/upload-artifact/pull/588) - Fixed artifact upload chunk timeout logic [#&#8203;1774](https://redirect.github.com/actions/toolkit/pull/1774) - Use lazy stream to prevent issues with open file limits [#&#8203;1771](https://redirect.github.com/actions/toolkit/pull/1771) **Full Changelog**: <https://github.com/actions/upload-artifact/compare/v4.3.4...v4.3.5> ### [`v4.3.4`](https://redirect.github.com/actions/upload-artifact/releases/tag/v4.3.4) [Compare Source](https://redirect.github.com/actions/upload-artifact/compare/v4.3.3...v4.3.4) #### What's Changed - Update [@&#8203;actions/artifact](https://redirect.github.com/actions/artifact) version, bump dependencies by [@&#8203;robherley](https://redirect.github.com/robherley) in [#&#8203;584](https://redirect.github.com/actions/upload-artifact/pull/584) **Full Changelog**: <https://github.com/actions/upload-artifact/compare/v4.3.3...v4.3.4> ### [`v4.3.3`](https://redirect.github.com/actions/upload-artifact/releases/tag/v4.3.3) [Compare Source](https://redirect.github.com/actions/upload-artifact/compare/v4.3.2...v4.3.3) #### What's Changed - updating `@actions/artifact` dependency to v2.1.6 by [@&#8203;eggyhead](https://redirect.github.com/eggyhead) in [#&#8203;565](https://redirect.github.com/actions/upload-artifact/pull/565) **Full Changelog**: <https://github.com/actions/upload-artifact/compare/v4.3.2...v4.3.3> ### [`v4.3.2`](https://redirect.github.com/actions/upload-artifact/releases/tag/v4.3.2) [Compare Source](https://redirect.github.com/actions/upload-artifact/compare/v4.3.1...v4.3.2) #### What's Changed - Update release-new-action-version.yml by [@&#8203;konradpabjan](https://redirect.github.com/konradpabjan) in [#&#8203;516](https://redirect.github.com/actions/upload-artifact/pull/516) - Minor fix to the migration readme by [@&#8203;andrewakim](https://redirect.github.com/andrewakim) in [#&#8203;523](https://redirect.github.com/actions/upload-artifact/pull/523) - Update readme with v3/v2/v1 deprecation notice by [@&#8203;robherley](https://redirect.github.com/robherley) in [#&#8203;561](https://redirect.github.com/actions/upload-artifact/pull/561) - updating `@actions/artifact` dependency to v2.1.5 and `@actions/core` to v1.0.1 by [@&#8203;eggyhead](https://redirect.github.com/eggyhead) in [#&#8203;562](https://redirect.github.com/actions/upload-artifact/pull/562) #### New Contributors - [@&#8203;andrewakim](https://redirect.github.com/andrewakim) made their first contribution in [#&#8203;523](https://redirect.github.com/actions/upload-artifact/pull/523) **Full Changelog**: <https://github.com/actions/upload-artifact/compare/v4.3.1...v4.3.2> ### [`v4.3.1`](https://redirect.github.com/actions/upload-artifact/releases/tag/v4.3.1) [Compare Source](https://redirect.github.com/actions/upload-artifact/compare/v4.3.0...v4.3.1) - Bump [@&#8203;actions/artifacts](https://redirect.github.com/actions/artifacts) to latest version to include [updated GHES host check](https://redirect.github.com/actions/toolkit/pull/1648) ### [`v4.3.0`](https://redirect.github.com/actions/upload-artifact/releases/tag/v4.3.0) [Compare Source](https://redirect.github.com/actions/upload-artifact/compare/v4.2.0...v4.3.0) #### What's Changed - Reorganize upload code in prep for merge logic & add more tests by [@&#8203;robherley](https://redirect.github.com/robherley) in [#&#8203;504](https://redirect.github.com/actions/upload-artifact/pull/504) - Add sub-action to merge artifacts by [@&#8203;robherley](https://redirect.github.com/robherley) in [#&#8203;505](https://redirect.github.com/actions/upload-artifact/pull/505) **Full Changelog**: <https://github.com/actions/upload-artifact/compare/v4...v4.3.0> ### [`v4.2.0`](https://redirect.github.com/actions/upload-artifact/releases/tag/v4.2.0) [Compare Source](https://redirect.github.com/actions/upload-artifact/compare/v4.1.0...v4.2.0) #### What's Changed - Ability to overwrite an Artifact by [@&#8203;robherley](https://redirect.github.com/robherley) in [#&#8203;501](https://redirect.github.com/actions/upload-artifact/pull/501) **Full Changelog**: <https://github.com/actions/upload-artifact/compare/v4...v4.2.0> ### [`v4.1.0`](https://redirect.github.com/actions/upload-artifact/releases/tag/v4.1.0) [Compare Source](https://redirect.github.com/actions/upload-artifact/compare/v4...v4.1.0) #### What's Changed - Add migrations docs by [@&#8203;robherley](https://redirect.github.com/robherley) in [#&#8203;482](https://redirect.github.com/actions/upload-artifact/pull/482) - Update README.md by [@&#8203;samuelwine](https://redirect.github.com/samuelwine) in [#&#8203;492](https://redirect.github.com/actions/upload-artifact/pull/492) - Support artifact-url output by [@&#8203;konradpabjan](https://redirect.github.com/konradpabjan) in [#&#8203;496](https://redirect.github.com/actions/upload-artifact/pull/496) - Update readme to reflect new 500 artifact per job limit by [@&#8203;robherley](https://redirect.github.com/robherley) in [#&#8203;497](https://redirect.github.com/actions/upload-artifact/pull/497) #### New Contributors - [@&#8203;samuelwine](https://redirect.github.com/samuelwine) made their first contribution in [#&#8203;492](https://redirect.github.com/actions/upload-artifact/pull/492) **Full Changelog**: <https://github.com/actions/upload-artifact/compare/v4...v4.1.0> </details> <details> <summary>release-drafter/release-drafter (release-drafter/release-drafter)</summary> ### [`v7.2.0`](https://redirect.github.com/release-drafter/release-drafter/releases/tag/v7.2.0) [Compare Source](https://redirect.github.com/release-drafter/release-drafter/compare/v7.1.1...v7.2.0) ### What's Changed #### New - feat: allow always collapsing a category ([#&#8203;1444](https://redirect.github.com/release-drafter/release-drafter/issues/1444)) [@&#8203;mhanberg](https://redirect.github.com/mhanberg) #### Bug Fixes - fix: improve advanced substitutions in replacers ([#&#8203;1555](https://redirect.github.com/release-drafter/release-drafter/issues/1555)) [@&#8203;jetersen](https://redirect.github.com/jetersen) - fix: support repo-only \_extends and prevent .github/ path doubling ([#&#8203;1577](https://redirect.github.com/release-drafter/release-drafter/issues/1577)) [@&#8203;jetersen](https://redirect.github.com/jetersen) #### Maintenance - chore(deps): update dependency typescript to 6.0.2 ([#&#8203;1587](https://redirect.github.com/release-drafter/release-drafter/issues/1587)) @&#8203;[renovate\[bot\]](https://redirect.github.com/apps/renovate) - chore(deps): update vitest to 4.1.4 ([#&#8203;1585](https://redirect.github.com/release-drafter/release-drafter/issues/1585)) @&#8203;[renovate\[bot\]](https://redirect.github.com/apps/renovate) - ci(deps): update peter-evans/create-pull-request action to v8 ([#&#8203;1588](https://redirect.github.com/release-drafter/release-drafter/issues/1588)) @&#8203;[renovate\[bot\]](https://redirect.github.com/apps/renovate) - chore(deps): update dependency vite to 8.0.5 ([#&#8203;1579](https://redirect.github.com/release-drafter/release-drafter/issues/1579)) @&#8203;[renovate\[bot\]](https://redirect.github.com/apps/renovate) - chore(deps): update dependency nock to 14.0.12 ([#&#8203;1583](https://redirect.github.com/release-drafter/release-drafter/issues/1583)) @&#8203;[renovate\[bot\]](https://redirect.github.com/apps/renovate) - chore(deps): update dependency [@&#8203;types/node](https://redirect.github.com/types/node) to 24.12.2 ([#&#8203;1582](https://redirect.github.com/release-drafter/release-drafter/issues/1582)) @&#8203;[renovate\[bot\]](https://redirect.github.com/apps/renovate) - chore(deps): update dependency [@&#8203;biomejs/biome](https://redirect.github.com/biomejs/biome) to 2.4.10 ([#&#8203;1581](https://redirect.github.com/release-drafter/release-drafter/issues/1581)) @&#8203;[renovate\[bot\]](https://redirect.github.com/apps/renovate) - chore: move codegen to monthly scheduled workflow ([#&#8203;1578](https://redirect.github.com/release-drafter/release-drafter/issues/1578)) [@&#8203;jetersen](https://redirect.github.com/jetersen) - chore: replace vite-tsconfig-paths plugin with native resolve.tsconfigPaths ([#&#8203;1571](https://redirect.github.com/release-drafter/release-drafter/issues/1571)) [@&#8203;jetersen](https://redirect.github.com/jetersen) #### Documentation - docs: fix autolabeler example tag ([#&#8203;1568](https://redirect.github.com/release-drafter/release-drafter/issues/1568)) [@&#8203;cchanche](https://redirect.github.com/cchanche) #### Dependency Updates - build(deps): bump lodash and [@&#8203;graphql-codegen/plugin-helpers](https://redirect.github.com/graphql-codegen/plugin-helpers) ([#&#8203;1589](https://redirect.github.com/release-drafter/release-drafter/issues/1589)) @&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) - fix(deps): update dependency [@&#8203;actions/github](https://redirect.github.com/actions/github) to 9.1.0 ([#&#8203;1586](https://redirect.github.com/release-drafter/release-drafter/issues/1586)) @&#8203;[renovate\[bot\]](https://redirect.github.com/apps/renovate) - chore(deps): update dependency yaml to 2.8.3 ([#&#8203;1580](https://redirect.github.com/release-drafter/release-drafter/issues/1580)) @&#8203;[renovate\[bot\]](https://redirect.github.com/apps/renovate) - chore(deps): update node.js to v24.14.1 ([#&#8203;1584](https://redirect.github.com/release-drafter/release-drafter/issues/1584)) @&#8203;[renovate\[bot\]](https://redirect.github.com/apps/renovate) - chore(deps): update dependency [@&#8203;biomejs/biome](https://redirect.github.com/biomejs/biome) to 2.4.10 ([#&#8203;1581](https://redirect.github.com/release-drafter/release-drafter/issues/1581)) @&#8203;[renovate\[bot\]](https://redirect.github.com/apps/renovate) **Full Changelog**: <https://github.com/release-drafter/release-drafter/compare/v7.1.1...v7.2.0> ### [`v7.1.1`](https://redirect.github.com/release-drafter/release-drafter/releases/tag/v7.1.1) [Compare Source](https://redirect.github.com/release-drafter/release-drafter/compare/v7.1.0...v7.1.1) ### What's Changed #### Bug Fixes - fix: remove disable-releaser and disable-autolabeler from action.yaml ([#&#8203;1564](https://redirect.github.com/release-drafter/release-drafter/issues/1564)) [@&#8203;cchanche](https://redirect.github.com/cchanche) **Full Changelog**: <https://github.com/release-drafter/release-drafter/compare/v7.1.0...v7.1.1> ### [`v7.1.0`](https://redirect.github.com/release-drafter/release-drafter/releases/tag/v7.1.0) [Compare Source](https://redirect.github.com/release-drafter/release-drafter/compare/v7...v7.1.0) ### What's Changed #### New - feat: filter previous releases by range with semver ([#&#8203;1445](https://redirect.github.com/release-drafter/release-drafter/issues/1445)) [@&#8203;cchanche](https://redirect.github.com/cchanche) - feat: support advanced substitutions in replacers ([#&#8203;1517](https://redirect.github.com/release-drafter/release-drafter/issues/1517)) [@&#8203;cchanche](https://redirect.github.com/cchanche) #### Bug Fixes - fix: support pull\_request\_target event in autolabeler ([#&#8203;1560](https://redirect.github.com/release-drafter/release-drafter/issues/1560)) [@&#8203;jmeridth](https://redirect.github.com/jmeridth) - fix: empty template when prs all are excluded by labels ([#&#8203;1429](https://redirect.github.com/release-drafter/release-drafter/issues/1429)) [@&#8203;Bledai](https://redirect.github.com/Bledai) - fix: fall back to org .github repo when config not found in current repo ([#&#8203;1554](https://redirect.github.com/release-drafter/release-drafter/issues/1554)) [@&#8203;jetersen](https://redirect.github.com/jetersen) #### Maintenance - ci: make sure PRs have a type label ([#&#8203;1557](https://redirect.github.com/release-drafter/release-drafter/issues/1557)) [@&#8203;cchanche](https://redirect.github.com/cchanche) #### Documentation - docs: update README with pull\_request\_target example ([#&#8203;1561](https://redirect.github.com/release-drafter/release-drafter/issues/1561)) [@&#8203;jmeridth](https://redirect.github.com/jmeridth) **Full Changelog**: <https://github.com/release-drafter/release-drafter/compare/v7.0.0...v7.1.0> ### [`v7.0.0`](https://redirect.github.com/release-drafter/release-drafter/releases/tag/v7.0.0) [Compare Source](https://redirect.github.com/release-drafter/release-drafter/compare/v7...v7) ##### What's Changed ##### Breaking - feat: new major version ([#&#8203;1475](https://redirect.github.com/release-drafter/release-drafter/issues/1475)) [@&#8203;cchanche](https://redirect.github.com/cchanche) ##### Bug Fixes - fix: JSON schema too strict with required fields ([#&#8203;1535](https://redirect.github.com/release-drafter/release-drafter/issues/1535)) [@&#8203;jetersen](https://redirect.github.com/jetersen) ##### Maintenance - chore(deps): update vitest to 4.1.0 ([#&#8203;1544](https://redirect.github.com/release-drafter/release-drafter/issues/1544)) @&#8203;[renovate\[bot\]](https://redirect.github.com/apps/renovate) - chore(deps): update linters ([#&#8203;1549](https://redirect.github.com/release-drafter/release-drafter/issues/1549)) @&#8203;[renovate\[bot\]](https://redirect.github.com/apps/renovate) - chore(deps): update dependency nock to 14.0.11 ([#&#8203;1548](https://redirect.github.com/release-drafter/release-drafter/issues/1548)) @&#8203;[renovate\[bot\]](https://redirect.github.com/apps/renovate) - chore(deps): update dependency [@&#8203;graphql-codegen/near-operation-file-preset](https://redirect.github.com/graphql-codegen/near-operation-file-preset) to 5.0.0 ([#&#8203;1545](https://redirect.github.com/release-drafter/release-drafter/issues/1545)) @&#8203;[renovate\[bot\]](https://redirect.github.com/apps/renovate) - chore(deps): update dependency [@&#8203;types/node](https://redirect.github.com/types/node) to 24.12.0 ([#&#8203;1543](https://redirect.github.com/release-drafter/release-drafter/issues/1543)) @&#8203;[renovate\[bot\]](https://redirect.github.com/apps/renovate) - chore(deps): update dependency [@&#8203;graphql-codegen/cli](https://redirect.github.com/graphql-codegen/cli) to 6.2.1 ([#&#8203;1542](https://redirect.github.com/release-drafter/release-drafter/issues/1542)) @&#8203;[renovate\[bot\]](https://redirect.github.com/apps/renovate) - chore(deps): update vite ([#&#8203;1541](https://redirect.github.com/release-drafter/release-drafter/issues/1541)) @&#8203;[renovate\[bot\]](https://redirect.github.com/apps/renovate) - chore(deps): update linters ([#&#8203;1540](https://redirect.github.com/release-drafter/release-drafter/issues/1540)) @&#8203;[renovate\[bot\]](https://redirect.github.com/apps/renovate) - build(deps): bump actions/stale from 9 to 10 ([#&#8203;1527](https://redirect.github.com/release-drafter/release-drafter/issues/1527)) @&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) ##### Documentation - docs: fix v7 docs ([#&#8203;1532](https://redirect.github.com/release-drafter/release-drafter/issues/1532)) [@&#8203;cchanche](https://redirect.github.com/cchanche) ##### Other changes - chore: migrate from ESLint + Prettier to Biome ([#&#8203;1552](https://redirect.github.com/release-drafter/release-drafter/issues/1552)) [@&#8203;jetersen](https://redirect.github.com/jetersen) - ci: fix licensed ([#&#8203;1533](https://redirect.github.com/release-drafter/release-drafter/issues/1533)) [@&#8203;cchanche](https://redirect.github.com/cchanche) ##### Dependency Updates - fix(deps): update dependency compare-versions to 6.1.1 ([#&#8203;1547](https://redirect.github.com/release-drafter/release-drafter/issues/1547)) @&#8203;[renovate\[bot\]](https://redirect.github.com/apps/renovate) - fix(deps): update dependency zod to 4.3.6 ([#&#8203;1551](https://redirect.github.com/release-drafter/release-drafter/issues/1551)) @&#8203;[renovate\[bot\]](https://redirect.github.com/apps/renovate) - fix(deps): update dependency semver to 7.7.4 ([#&#8203;1550](https://redirect.github.com/release-drafter/release-drafter/issues/1550)) @&#8203;[renovate\[bot\]](https://redirect.github.com/apps/renovate) **Full Changelog**: <https://github.com/release-drafter/release-drafter/compare/v6.4.0...v7.0.0> ### [`v7`](https://redirect.github.com/release-drafter/release-drafter/compare/v6...v7) [Compare Source](https://redirect.github.com/release-drafter/release-drafter/compare/v6.4.0...v7) </detai </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-store). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNDEuMyIsInVwZGF0ZWRJblZlciI6IjQzLjE0MS4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJQUjogRGVwZW5kZW5jaWVzIl19-->

Evaluation history

Date Model Scores Action Summary
qwen/qwen3.6-35b-a3b Merged Renovate update upgrading six GitHub Actions to major versions: checkout v6, download-artifact v8, setup-python v6, upload-artifact v7, release-drafter v7, and softprops/action-gh-release v3. CI passed.
qwen3.6-35b-a3b-mtp-q6 Automerged by Renovate. Updates six GitHub Actions to major versions: actions/checkout v6, actions/download-artifact v8, actions/setup-python v6, actions/upload-artifact v7, release-drafter v7, and softprops/action-gh-release v3.

Update history

No update history recorded yet.

Related issues

No related issues found above the similarity threshold.