Uh oh!
There was an error while loading. Please reload this page.
Time sensitive: upgrade @actions/cache to ^4.0.0 - #688
Conversation
@actions/cache to ^4.0.0@actions/cache to ^4.0.0@actions/cache to ^4.0.0@actions/cache to ^4.0.0Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
d7592aa to
61b62e6CompareThe source repro for many of the packages in Is that desired? Regardless, maybe a |
Mmh, I just ran the pre-commit so
|
ad29d05 to
c12fda3Compareeregon
commented
Jan 16, 2025
@MSP-Greg Thanks for noticing, I fixed that now by restoring the yarn.lock from master and rerunning |
eregon
commented
Jan 17, 2025
@Link- Regarding
Is there a way to only create PRs for updates of the actions/cache package? |
No problem at all, it's really up to you how you'd like to manage this. It is possible to use: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/controlling-dependencies-updated#allowing-specific-dependencies-to-be-updated |
The cache backend service has been rewritten from the ground up for improved performance and reliability. The @actions/cache package 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 this release are fully backward compatible.
If you do not upgrade, all workflow runs using any of the deprecated @actions/cache packages will fail.
Upgrading to the recommended version should not break or require any changes to your workflows beyond the changes in this PR.
Please cut a new release after merging this PR.
More details: actions/toolkit#1890
Tip
I'd highly recommend adding the configuration below to your dependabot.yml to receive further upgrades we will be making to the cache package
The tests I ran are positive & everything is working as expected with the new service.