Sourced from actions/cache's releases.
v4.3.0
What's Changed
- Add note on runner versions by
@GhadimiRin actions/cache#1642- Prepare
v4.3.0release by@Link- in actions/cache#1655New Contributors
@GhadimiRmade their first contribution in actions/cache#1642Full Changelog: https://github.com/actions/cache/compare/v4...v4.3.0
Sourced from actions/cache's changelog.
Releases
4.3.0
- Bump
@actions/cacheto v4.1.04.2.4
- Bump
@actions/cacheto v4.0.54.2.3
- Bump
@actions/cacheto v4.0.3 (obfuscates SAS token in debug logs for cache entries)4.2.2
- Bump
@actions/cacheto v4.0.24.2.1
- Bump
@actions/cacheto v4.0.14.2.0
TLDR; The cache backend service has been rewritten from the ground up for improved performance and reliability. actions/cache now integrates with the new cache service (v2) APIs.
The new service will gradually roll out as of February 1st, 2025. The legacy service will also be sunset on the same date. Changes in these release are fully backward compatible.
We are deprecating some versions of this action. We recommend upgrading to version
v4orv3as soon as possible before February 1st, 2025. (Upgrade instructions below).If you are using pinned SHAs, please use the SHAs of versions
v4.2.0orv3.4.0If you do not upgrade, all workflow runs using any of the deprecated actions/cache will fail.
Upgrading to the recommended versions will not break your workflows.
4.1.2
- Add GitHub Enterprise Cloud instances hostname filters to inform API endpoint choices - #1474
- Security fix: Bump braces from 3.0.2 to 3.0.3 - #1475
4.1.1
- Restore original behavior of
cache-hitoutput - #14674.1.0
... (truncated)
Sourced from actions/labeler's releases.
v6.0.1
What's Changed
- Upgrade publish-action from 0.2.2 to 0.4.0 by
@aparnajyothi-yin actions/labeler#901New Contributors
@aparnajyothi-ymade their first contribution in actions/labeler#901Full Changelog: https://github.com/actions/labeler/compare/v6.0.0...v6.0.1
v6.0.0
What's Changed
- Add workflow file for publishing releases to immutable action package by
@jcambassin actions/labeler#802Breaking Changes
- Upgrade Node.js version to 24 in action and dependencies
@salmanmkcin actions/labeler#891 Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. Release NotesDependency Upgrades
- Upgrade eslint-config-prettier from 9.0.0 to 9.1.0 by
@dependabot[bot] in actions/labeler#711- Upgrade eslint from 8.52.0 to 8.55.0 by
@dependabot[bot] in actions/labeler#720- Upgrade
@types/jestfrom 29.5.6 to 29.5.11 by@dependabot[bot] in actions/labeler#719- Upgrade
@types/js-yamlfrom 4.0.8 to 4.0.9 by@dependabot[bot] in actions/labeler#718- Upgrade
@typescript-eslint/parserfrom 6.9.0 to 6.14.0 by@dependabot[bot] in actions/labeler#717- Upgrade prettier from 3.0.3 to 3.1.1 by
@dependabot[bot] in actions/labeler#726- Upgrade eslint from 8.55.0 to 8.56.0 by
@dependabot[bot] in actions/labeler#725- Upgrade
@typescript-eslint/parserfrom 6.14.0 to 6.19.0 by@dependabot[bot] in actions/labeler#745- Upgrade eslint-plugin-jest from 27.4.3 to 27.6.3 by
@dependabot[bot] in actions/labeler#744- Upgrade
@typescript-eslint/eslint-pluginfrom 6.9.0 to 6.20.0 by@dependabot[bot] in actions/labeler#750- Upgrade prettier from 3.1.1 to 3.2.5 by
@dependabot[bot] in actions/labeler#752- Upgrade undici from 5.26.5 to 5.28.3 by
@dependabot[bot] in actions/labeler#757- Upgrade braces from 3.0.2 to 3.0.3 by
@dependabot[bot] in actions/labeler#789- Upgrade minimatch from 9.0.3 to 10.0.1 by
@dependabot[bot] in actions/labeler#805- Upgrade
@actions/corefrom 1.10.1 to 1.11.1 by@dependabot[bot] in actions/labeler#811- Upgrade typescript from 5.4.3 to 5.7.2 by
@dependabot[bot] in actions/labeler#819- Upgrade
@typescript-eslint/parserfrom 7.3.1 to 8.17.0 by@dependabot[bot] in actions/labeler#824- Upgrade prettier from 3.2.5 to 3.4.2 by
@dependabot[bot] in actions/labeler#825- Upgrade
@types/jestfrom 29.5.12 to 29.5.14 by@dependabot[bot] in actions/labeler#827- Upgrade eslint-plugin-jest from 27.9.0 to 28.9.0 by
@dependabot[bot] in actions/labeler#832- Upgrade ts-jest from 29.1.2 to 29.2.5 by
@dependabot[bot] in actions/labeler#831- Upgrade
@vercel/nccfrom 0.38.1 to 0.38.3 by@dependabot[bot] in actions/labeler#830- Upgrade typescript from 5.7.2 to 5.7.3 by
@dependabot[bot] in actions/labeler#835- Upgrade eslint-plugin-jest from 28.9.0 to 28.11.0 by
@dependabot[bot] in actions/labeler#839- Upgrade undici from 5.28.4 to 5.28.5 by
@dependabot[bot] in actions/labeler#842- Upgrade
@octokit/request-errorfrom 5.0.1 to 5.1.1 by@dependabot[bot] in actions/labeler#846Documentation changes
- Add note regarding
pull_request_targetto README.md by@silverwindin actions/labeler#669- Update readme with additional examples and important note about
pull_request_targetevent by@IvanZosimovin actions/labeler#721- Document update - permission section by
@harithavattikutiin actions/labeler#840
... (truncated)
634933e publish-action upgrade to 0.4.0 from 0.2.2 (#901)f1a63e8 Update Node.js version to 24 in action and dependencies (#891)b0a1180 Bump @octokit/request-error from 5.0.1 to 5.1.1 (#846)110d441 Update README.md (#871)bee50fe Bump undici from 5.28.4 to 5.28.5 (#842)6463cdb Bump eslint-plugin-jest from 28.9.0 to 28.11.0 (#839)c209686 Bump typescript from 5.7.2 to 5.7.3 (#835)5184940 Bump @vercel/ncc from 0.38.1 to 0.38.3 (#830)3629d55 Document update - permission section (#840)d24f7f3 Bump ts-jest from 29.1.2 to 29.2.5 (#831)