Sourced from actions/cache's releases.
v4.1.2
What's Changed
- Add Bun example by
@âidleberg
in actions/cache#1456- Revise
isGhes
logic by@âjww3
in actions/cache#1474- Bump braces from 3.0.2 to 3.0.3 by
@âdependabot
in actions/cache#1475- Add dependabot.yml to enable automatic dependency upgrades by
@âLink
- in actions/cache#1476- Bump actions/checkout from 3 to 4 by
@âdependabot
in actions/cache#1478- Bump actions/stale from 3 to 9 by
@âdependabot
in actions/cache#1479- Bump github/codeql-action from 2 to 3 by
@âdependabot
in actions/cache#1483- Bump actions/setup-node from 3 to 4 by
@âdependabot
in actions/cache#1481- Prepare
4.1.2
release by@âLink
- in actions/cache#1477New Contributors
@âidleberg
made their first contribution in actions/cache#1456@âjww3
made their first contribution in actions/cache#1474@âLink
- made their first contribution in actions/cache#1476Full Changelog: https://github.com/actions/cache/compare/v4...v4.1.2
v4.1.1
What's Changed
- Restore original behavior of
cache-hit
output by@âjoshmgross
in actions/cache#1467Full Changelog: https://github.com/actions/cache/compare/v4.1.0...v4.1.1
v4.1.0
What's Changed
- Fix cache-hit output when cache missed by
@âfchimpan
in actions/cache#1404- Deprecate
save-always
input by@âjoshmgross
in actions/cache#1452New Contributors
@âottlinger
made their first contribution in actions/cache#1437@âOlegt0rr
made their first contribution in actions/cache#1377@âfchimpan
made their first contribution in actions/cache#1404@âx612skm
made their first contribution in actions/cache#1434@âtodgru
made their first contribution in actions/cache#1311@âJcambass
made their first contribution in actions/cache#1463@âmackey0225
made their first contribution in actions/cache#1462@âquatquatt
made their first contribution in actions/cache#1445Full Changelog: https://github.com/actions/cache/compare/v4.0.2...v4.1.0
Sourced from actions/cache's changelog.
Releases
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-hit
output - #14674.1.0
4.0.2
- Fixed restore
fail-on-cache-miss
not working.4.0.1
- Updated
isGhes
check4.0.0
- Updated minimum runner version support from node 12 -> node 20
3.3.3
- Updates
@âactions/cache
to v3.2.3 to fix accidental mutated path arguments togetCacheVersion
actions/toolkit#1378- Additional audit fixes of npm package(s)
3.3.2
- Fixes bug with Azure SDK causing blob downloads to get stuck.
3.3.1
- Reduced segment size to 128MB and segment timeout to 10 minutes to fail fast in case the cache download is stuck.
3.3.0
- Added option to lookup cache without downloading it.
3.2.6
- Fix zstd not being used after zstd version upgrade to 1.5.4 on hosted runners.
3.2.5
... (truncated)
6849a64
Release 4.1.2 #14775a1720c
Merge branch 'Link-/prep-4.1.2' of https://github.com/actions/cache into Link...d9fef48
Merge branch 'main' into Link-/prep-4.1.2a50e8d0
Merge branch 'main' into Link-/prep-4.1.2acc9ae5
Merge pull request #1481 from actions/dependabot/github_actions/actions/setup...1ea5f18
Merge branch 'main' into Link-/prep-4.1.2cc679ff
Merge branch 'main' into dependabot/github_actions/actions/setup-node-4366d43d
Merge pull request #1483 from actions/dependabot/github_actions/github/codeql...02bf319
Bump github/codeql-action from 2 to 36f6220b
Merge branch 'main' into dependabot/github_actions/actions/setup-node-4Sourced from actions/checkout's releases.
v4.2.2
What's Changed
url-helper.ts
now leverages well-known environment variables by@âjww3
in actions/checkout#1941- Expand unit test coverage for
isGhes
by@âjww3
in actions/checkout#1946Full Changelog: https://github.com/actions/checkout/compare/v4.2.1...v4.2.2
v4.2.1
What's Changed
- Check out other refs/* by commit if provided, fall back to ref by
@âorhantoy
in actions/checkout#1924New Contributors
@âJcambass
made their first contribution in actions/checkout#1919Full Changelog: https://github.com/actions/checkout/compare/v4.2.0...v4.2.1
Sourced from actions/checkout's changelog.
Changelog
v4.2.2
url-helper.ts
now leverages well-known environment variables by@âjww3
in actions/checkout#1941- Expand unit test coverage for
isGhes
by@âjww3
in actions/checkout#1946v4.2.1
- Check out other refs/* by commit if provided, fall back to ref by
@âorhantoy
in actions/checkout#1924v4.2.0
- Add Ref and Commit outputs by
@âlucacome
in actions/checkout#1180- Dependency updates by
@âdependabot
- actions/checkout#1777, actions/checkout#1872v4.1.7
- Bump the minor-npm-dependencies group across 1 directory with 4 updates by
@âdependabot
in actions/checkout#1739- Bump actions/checkout from 3 to 4 by
@âdependabot
in actions/checkout#1697- Check out other refs/* by commit by
@âorhantoy
in actions/checkout#1774- Pin actions/checkout's own workflows to a known, good, stable version. by
@âjww3
in actions/checkout#1776v4.1.6
- Check platform to set archive extension appropriately by
@âcory-miller
in actions/checkout#1732v4.1.5
- Update NPM dependencies by
@âcory-miller
in actions/checkout#1703- Bump github/codeql-action from 2 to 3 by
@âdependabot
in actions/checkout#1694- Bump actions/setup-node from 1 to 4 by
@âdependabot
in actions/checkout#1696- Bump actions/upload-artifact from 2 to 4 by
@âdependabot
in actions/checkout#1695- README: Suggest
user.email
to be41898282+github-actions[bot]@users.noreply.github.com
by@âcory-miller
in actions/checkout#1707v4.1.4
- Disable
extensions.worktreeConfig
when disablingsparse-checkout
by@âjww3
in actions/checkout#1692- Add dependabot config by
@âcory-miller
in actions/checkout#1688- Bump the minor-actions-dependencies group with 2 updates by
@âdependabot
in actions/checkout#1693- Bump word-wrap from 1.2.3 to 1.2.5 by
@âdependabot
in actions/checkout#1643v4.1.3
- Check git version before attempting to disable
sparse-checkout
by@âjww3
in actions/checkout#1656- Add SSH user parameter by
@âcory-miller
in actions/checkout#1685- Update
actions/checkout
version inupdate-main-version.yml
by@âjww3
in actions/checkout#1650v4.1.2
- Fix: Disable sparse checkout whenever
sparse-checkout
option is not present@âdscho
in actions/checkout#1598v4.1.1
- Correct link to GitHub Docs by
@âpeterbe
in actions/checkout#1511- Link to release page from what's new section by
@âcory-miller
in actions/checkout#1514v4.1.0
... (truncated)
11bd719
Prepare 4.2.2 Release (#1953)e3d2460
Expand unit test coverage (#1946)163217d
url-helper.ts
now leverages well-known environment variables. (#1941)eef6144
Prepare 4.2.1 release (#1925)6b42224
Add workflow file for publishing releases to immutable action package (#1919)de5a000
Check out other refs/* by commit if provided, fall back to ref (#1924)Sourced from dart-lang/setup-dart's releases.
v1.7.0
What's Changed
- Install a Flutter SDK in the publish workflow allowing for publication of flutter packages.
Sourced from dart-lang/setup-dart's changelog.
v1.7.0
Install flutter sdk in publishing step, allowing Flutter packages to be published (#68[])
v1.6.5
- Fix zip path handling on Windows 11 (#118[])
#118: dart-lang/setup-dart#118
v1.6.4
- Rebuild JS code.
v1.6.3
- Roll
undici
dependency to address CVE-2024-30260 and CVE-2024-30261.v1.6.2
- Switch to running the workflow on
node20`` from
node16`. See also Transitioning from Node 16 to Node 20.v1.6.1
- Updated the google storage url for
main
channel releases.v1.6.0
- Enable provisioning of the latest Dart SDK patch release by specifying just the major and minor version (e.g.
3.2
).v1.5.1
- No longer test the
setup-dart
action on pre-2.12 SDKs.- Upgrade JS interop code to use extension types (the new name for inline classes).
- The upcoming rename of the
be
channel tomain
is now supported with forward compatibility that switches when the rename happens.v1.5.0
... (truncated)
e630b99
Fix link in CHANGELOG.md (#144)cdcaf12
Update changelog (#143)c21802d
Install a Flutter SDK in the publish workflow (#141)f60b945
Update publish.yml (#142)d0b01d2
Bump @âactions/core
from 1.10.1 to 1.11.1 (#138)f6a6f58
Bump @âactions/http-client
from 2.2.1 to 2.2.3 (#137)e9a814f
Bump dart-lang/setup-dart in the github-actions group (#136)Sourced from actions/cache's releases.
v4.2.0
â ï¸ Important Changes
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
v4
orv3
as soon as possible before February 1st, 2025. (Upgrade instructions below).If you are using pinned SHAs, please use the SHAs of versions
v4.2.0
orv3.4.0
If 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.
Read more about the change & access the migration guide: reference to the announcement.
Minor changes
Minor and patch version updates for these dependencies:
@âactions/core
:1.11.1
@âactions/io
:1.1.3
@âvercel/ncc
:0.38.3
Full Changelog: https://github.com/actions/cache/compare/v4...v4.2.0
Sourced from actions/cache's changelog.
Releases
4.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
v4
orv3
as soon as possible before February 1st, 2025. (Upgrade instructions below).If you are using pinned SHAs, please use the SHAs of versions
v4.2.0
orv3.4.0
If 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-hit
output - #14674.1.0
4.0.2
- Fixed restore
fail-on-cache-miss
not working.4.0.1
- Updated
isGhes
check4.0.0
- Updated minimum runner version support from node 12 -> node 20
3.4.0
- Integrated with the new cache service (v2) APIs
3.3.3
- Updates
@âactions/cache
to v3.2.3 to fix accidental mutated path arguments togetCacheVersion
actions/toolkit#1378- Additional audit fixes of npm package(s)
... (truncated)
1bd1e32
Merge pull request #1509 from actions/Link-/cache-4.2.0882d7ce
Add 3.4.0 release notesf2695d7
Rerun CIf46ceeb
Add licensed outpute6f5858
Add lodash to list of reviewed licenses4ae6f21
Add reviewed licensed packagesc16df86
Add licensed outputb109c12
Upgrade @âactions/core
to 1.11.1 and other depsb7d227d
Upgrade @âvercel/ncc
to 0.38.3faf6392
Update RELEASES.mdSourced from actions/cache's releases.
v4.2.2
What's Changed
[!IMPORTANT] As a reminder, there were important backend changes to release v4.2.0, see those release notes and the announcement for more details.
- Bump
@actions/cache
to v4.0.2 by@robherley
in actions/cache#1560Full Changelog: https://github.com/actions/cache/compare/v4.2.1...v4.2.2
v4.2.1
What's Changed
[!IMPORTANT] As a reminder, there were important backend changes to release v4.2.0, see those release notes and the announcement for more details.
- docs: GitHub is spelled incorrectly in caching-strategies.md by
@janco-absa
in actions/cache#1526- docs: Make the "always save prime numbers" example more clear by
@Tobbe
in actions/cache#1525- Update force deletion docs due a recent deprecation by
@sebbalex
in actions/cache#1500- Bump
@actions/cache
to v4.0.1 by@robherley
in actions/cache#1554New Contributors
@janco-absa
made their first contribution in actions/cache#1526@Tobbe
made their first contribution in actions/cache#1525@sebbalex
made their first contribution in actions/cache#1500Full Changelog: https://github.com/actions/cache/compare/v4.2.0...v4.2.1
Sourced from actions/cache's changelog.
Releases
4.2.2
- Bump
@actions/cache
to v4.0.24.2.1
- Bump
@actions/cache
to 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
v4
orv3
as soon as possible before February 1st, 2025. (Upgrade instructions below).If you are using pinned SHAs, please use the SHAs of versions
v4.2.0
orv3.4.0
If 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-hit
output - #14674.1.0
4.0.2
- Fixed restore
fail-on-cache-miss
not working.4.0.1
- Updated
isGhes
check4.0.0
- Updated minimum runner version support from node 12 -> node 20
... (truncated)
d4323d4
Merge pull request #1560 from actions/robherley/v4.2.2da26677
bump @actions/cache
to v4.0.2, prep for v4.2.2 release7921ae2
Merge pull request #1557 from actions/robherley/ia-workflow-released3937731
Update publish-immutable-actions.yml0c907a7
Merge pull request #1554 from actions/robherley/v4.2.1710893c
bump @actions/cache
to v4.0.19fa7e61
Update force deletion docs due a recent deprecation (#1500)36f1e14
docs: Make the "always save prime numbers" example more clear (#1525)53aa38c
Correct GitHub Spelling in caching-strategies.md (#1526)Sourced from dart-lang/setup-dart's releases.
v1.7.1
- Roll
undici
dependency to address CVE-2025-22150.- Update to the latest npm dependencies.
- Recompile the action using the new Dart / JavaScript interop.
Sourced from dart-lang/setup-dart's changelog.
v1.7.1
- Roll
undici
dependency to address CVE-2025-22150.- Update to the latest npm dependencies.
- Recompile the action using the new Dart / JavaScript interop.
v1.7.0
Install flutter sdk in publishing step, allowing Flutter packages to be published (#68[])
v1.6.5
- Fix zip path handling on Windows 11 (#118[])
#118: dart-lang/setup-dart#118
v1.6.4
- Rebuild JS code.
v1.6.3
- Roll
undici
dependency to address CVE-2024-30260 and CVE-2024-30261.v1.6.2
- Switch to running the workflow on
node20`` from
node16`. See also Transitioning from Node 16 to Node 20.v1.6.1
- Updated the google storage url for
main
channel releases.v1.6.0
- Enable provisioning of the latest Dart SDK patch release by specifying just the major and minor version (e.g.
3.2
).v1.5.1
... (truncated)
e51d8e5
prep for releasing 1.7.1 (#150)1faf8e6
updates to move away from dart:js_util (#148)614cb8d
Bump flutter-actions/setup-flutter in the github-actions group (#146)55f49ad
Bump undici from 5.28.4 to 5.28.5 (#149)2c0db8f
Bump @actions/tool-cache
from 2.0.1 to 2.0.2 (#147)6123db6
Bump dart-lang/setup-dart in the github-actions group (#145)Sourced from actions/cache's releases.
v4.2.3
What's Changed
- Update to use
@actions/cache
4.0.3 package & prepare for new release by@salmanmkc
in actions/cache#1577 (SAS tokens for cache entries are now masked in debug logs)New Contributors
@salmanmkc
made their first contribution in actions/cache#1577Full Changelog: https://github.com/actions/cache/compare/v4.2.2...v4.2.3
Sourced from actions/cache's changelog.
Releases
4.2.3
- Bump
@actions/cache
to v4.0.3 (obfuscates SAS token in debug logs for cache entries)4.2.2
- Bump
@actions/cache
to v4.0.24.2.1
- Bump
@actions/cache
to 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
v4
orv3
as soon as possible before February 1st, 2025. (Upgrade instructions below).If you are using pinned SHAs, please use the SHAs of versions
v4.2.0
orv3.4.0
If 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-hit
output - #14674.1.0
4.0.2
- Fixed restore
fail-on-cache-miss
not working.4.0.1
- Updated
isGhes
check
... (truncated)
5a3ec84
Merge pull request #1577 from salmanmkc/salmanmkc/4-test7de2102
Update releases.md76d40dd
Update to use the latest version of the cache package to obfuscate the SAS76dd5eb
update cache with main8c80c27
new package45cfd0e
updatesedd449b
updated cache with latest changes0576707
latest test before pr3105dc9
update9450d42
maskSourced from actions/cache's releases.
v4.2.4
What's Changed
- Update README.md by
@nebuk89
in actions/cache#1620- Upgrade
@actions/cache
to4.0.5
and move@protobuf-ts/plugin
to dev depdencies by@Link
- in actions/cache#1634- Prepare release
4.2.4
by@Link
- in actions/cache#1636New Contributors
@nebuk89
made their first contribution in actions/cache#1620Full Changelog: https://github.com/actions/cache/compare/v4...v4.2.4
Sourced from actions/cache's changelog.
Releases
4.2.4
- Bump
@actions/cache
to v4.0.54.2.3
- Bump
@actions/cache
to v4.0.3 (obfuscates SAS token in debug logs for cache entries)4.2.2
- Bump
@actions/cache
to v4.0.24.2.1
- Bump
@actions/cache
to 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
v4
orv3
as soon as possible before February 1st, 2025. (Upgrade instructions below).If you are using pinned SHAs, please use the SHAs of versions
v4.2.0
orv3.4.0
If 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-hit
output - #14674.1.0
4.0.2
- Fixed restore
fail-on-cache-miss
not working.
... (truncated)
0400d5f
Merge pull request #1636 from actions/Link-/release-4.2.4374a27f
Prepare release 4.2.4358a730
Merge pull request #1634 from actions/Link-/optimise-deps2ee706e
Fix with another approach94f7b5d
Fix bundle execc36116c
Fix the workflow to use licensed from source320fe7d
Update the licensed workflow to use the latest versiond81cc47
Add licensed outputde24398
Add licensed outpute7b6a9c
@protobuf-ts/plugin
to dev dependenciesSourced from actions/checkout's releases.
v5.0.0
What's Changed
- Update actions checkout to use node 24 by
@salmanmkc
in actions/checkout#2226- Prepare v5.0.0 release by
@salmanmkc
in actions/checkout#2238⚠️ Minimum Compatible Runner Version
v2.327.1
Release NotesMake 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
v4.3.0
What's Changed
- docs: update README.md by
@motss
in actions/checkout#1971- Add internal repos for checking out multiple repositories by
@mouismail
in actions/checkout#1977- Documentation update - add recommended permissions to Readme by
@benwells
in actions/checkout#2043- Adjust positioning of user email note and permissions heading by
@joshmgross
in actions/checkout#2044- Update README.md by
@nebuk89
in actions/checkout#2194- Update CODEOWNERS for actions by
@TingluoHuang
in actions/checkout#2224- Update package dependencies by
@salmanmkc
in actions/checkout#2236- Prepare release v4.3.0 by
@salmanmkc
in actions/checkout#2237New Contributors
@motss
made their first contribution in actions/checkout#1971@mouismail
made their first contribution in actions/checkout#1977@benwells
made their first contribution in actions/checkout#2043@nebuk89
made their first contribution in actions/checkout#2194@salmanmkc
made their first contribution in actions/checkout#2236Full Changelog: https://github.com/actions/checkout/compare/v4...v4.3.0
Sourced from actions/checkout's changelog.
Changelog
V5.0.0
- Update actions checkout to use node 24 by
@salmanmkc
in actions/checkout#2226V4.3.0
- docs: update README.md by
@motss
in actions/checkout#1971- Add internal repos for checking out multiple repositories by
@mouismail
in actions/checkout#1977- Documentation update - add recommended permissions to Readme by
@benwells
in actions/checkout#2043- Adjust positioning of user email note and permissions heading by
@joshmgross
in actions/checkout#2044- Update README.md by
@nebuk89
in actions/checkout#2194- Update CODEOWNERS for actions by
@TingluoHuang
in actions/checkout#2224- Update package dependencies by
@salmanmkc
in actions/checkout#2236v4.2.2
url-helper.ts
now leverages well-known environment variables by@jww3
in actions/checkout#1941- Expand unit test coverage for
isGhes
by@jww3
in actions/checkout#1946v4.2.1
- Check out other refs/* by commit if provided, fall back to ref by
@orhantoy
in actions/checkout#1924v4.2.0
- Add Ref and Commit outputs by
@lucacome
in actions/checkout#1180- Dependency updates by
@dependabot
- actions/checkout#1777, actions/checkout#1872v4.1.7
- Bump the minor-npm-dependencies group across 1 directory with 4 updates by
@dependabot
in actions/checkout#1739- Bump actions/checkout from 3 to 4 by
@dependabot
in actions/checkout#1697- Check out other refs/* by commit by
@orhantoy
in actions/checkout#1774- Pin actions/checkout's own workflows to a known, good, stable version. by
@jww3
in actions/checkout#1776v4.1.6
- Check platform to set archive extension appropriately by
@cory-miller
in actions/checkout#1732v4.1.5
- Update NPM dependencies by
@cory-miller
in actions/checkout#1703- Bump github/codeql-action from 2 to 3 by
@dependabot
in actions/checkout#1694- Bump actions/setup-node from 1 to 4 by
@dependabot
in actions/checkout#1696- Bump actions/upload-artifact from 2 to 4 by
@dependabot
in actions/checkout#1695- README: Suggest
user.email
to be41898282+github-actions[bot]@users.noreply.github.com
by@cory-miller
in actions/checkout#1707v4.1.4
- Disable
extensions.worktreeConfig
when disablingsparse-checkout
by@jww3
in actions/checkout#1692- Add dependabot config by
@cory-miller
in actions/checkout#1688- Bump the minor-actions-dependencies group with 2 updates by
@dependabot
in actions/checkout#1693- Bump word-wrap from 1.2.3 to 1.2.5 by
@dependabot
in actions/checkout#1643v4.1.3
... (truncated)
08c6903
Prepare v5.0.0 release (#2238)9f26565
Update actions checkout to use node 24 (#2226)08eba0b
Prepare release v4.3.0 (#2237)631c7dc
Update package dependencies (#2236)8edcb1b
Update CODEOWNERS for actions (#2224)09d2aca
Update README.md (#2194)85e6279
Adjust positioning of user email note and permissions heading (#2044)009b9ae
Documentation update - add recommended permissions to Readme (#2043)cbb7224
Update README.md (#1977)3b9b8c8
docs: update README.md (#1971)Sourced from actions/cache's releases.
v4.3.0
What's Changed
- Add note on runner versions by
@GhadimiR
in actions/cache#1642- Prepare
v4.3.0
release by@Link
- in actions/cache#1655New Contributors
@GhadimiR
made 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/cache
to v4.1.04.2.4
- Bump
@actions/cache
to v4.0.54.2.3
- Bump
@actions/cache
to v4.0.3 (obfuscates SAS token in debug logs for cache entries)4.2.2
- Bump
@actions/cache
to v4.0.24.2.1
- Bump
@actions/cache
to 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
v4
orv3
as soon as possible before February 1st, 2025. (Upgrade instructions below).If you are using pinned SHAs, please use the SHAs of versions
v4.2.0
orv3.4.0
If 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-hit
output - #14674.1.0
... (truncated)
Sourced from actions/stale's releases.
v10.0.0
What's Changed
Breaking Changes
- Upgrade to node 24 by
@salmanmkc
in actions/stale#1279 Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. Release NotesEnhancement
- Introducing sort-by option by
@suyashgaonkar
in actions/stale#1254Dependency Upgrades
- Upgrade actions/publish-immutable-action from 0.0.3 to 0.0.4 by
@dependabot
[bot] in actions/stale#1186- Upgrade undici from 5.28.4 to 5.28.5 by
@dependabot
[bot] in actions/stale#1201- Upgrade
@action/cache
from 4.0.0 to 4.0.2 by@aparnajyothi-y
in actions/stale#1226- Upgrade
@action/cache
from 4.0.2 to 4.0.3 by@suyashgaonkar
in actions/stale#1233- Upgrade undici from 5.28.5 to 5.29.0 by
@dependabot
[bot] in actions/stale#1251- Upgrade form-data to bring in fix for critical vulnerability by
@gowridurgad
in actions/stale#1277Documentation changes
- Changelog update for recent releases by
@suyashgaonkar
in actions/stale#1224- Permissions update in Readme by
@ghadimir
in actions/stale#1248New Contributors
@suyashgaonkar
made their first contribution in actions/stale#1224@GhadimiR
made their first contribution in actions/stale#1248@gowridurgad
made their first contribution in actions/stale#1277@salmanmkc
made their first contribution in actions/stale#1279Full Changelog: https://github.com/actions/stale/compare/v9...v10.0.0
3a9db7e
Upgrade to node 24 (#1279)8f717f0
Bumps form-data (#1277)a92fd57
build(deps): bump undici from 5.28.5 to 5.29.0 (#1251)128b2c8
Introducing sort-by option (#1254)f78de97
Update README.md (#1248)816d9db
Upgrade @action/cache
from 4.0.2 to 4.0.3 (#1233)ba23c1c
upgrade actions/cache from 4.0.0 to 4.0.2 (#1226)a65e88a
build(deps): bump undici from 5.28.4 to 5.28.5 (#1201)d4df79c
Updates to CHANGELOG.MD for recent releases (#1224)ee7ef89
build(deps): bump actions/publish-immutable-action from 0.0.3 to 0.0.4 (#1186)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-y
in actions/labeler#901New Contributors
@aparnajyothi-y
made 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
@jcambass
in actions/labeler#802Breaking Changes
- Upgrade Node.js version to 24 in action and dependencies
@salmanmkc
in 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/jest
from 29.5.6 to 29.5.11 by@dependabot
[bot] in actions/labeler#719- Upgrade
@types/js-yaml
from 4.0.8 to 4.0.9 by@dependabot
[bot] in actions/labeler#718- Upgrade
@typescript-eslint/parser
from 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/parser
from 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-plugin
from 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/core
from 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/parser
from 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/jest
from 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/ncc
from 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-error
from 5.0.1 to 5.1.1 by@dependabot
[bot] in actions/labeler#846Documentation changes
- Add note regarding
pull_request_target
to README.md by@silverwind
in actions/labeler#669- Update readme with additional examples and important note about
pull_request_target
event by@IvanZosimov
in actions/labeler#721- Document update - permission section by
@harithavattikuti
in 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)