Skip to content

Releases: actions/cache

v3.4.0

05 Dec 16:32

Choose a tag to compare

⚠️ 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 or v3 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 or v3.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: v3.3.3...v3.4.0

v4.1.2

22 Oct 13:08
6849a64

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.1.1...v4.1.2

v4.1.1

08 Oct 17:09
3624ceb

Choose a tag to compare

What's Changed

Full Changelog: v4.1.0...v4.1.1

v4.1.0

04 Oct 21:01
2cdf405

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.2...v4.1.0

v4.0.2

19 Mar 15:55
0c45773

Choose a tag to compare

What's Changed

Full Changelog: v4.0.1...v4.0.2

v4.0.1

29 Feb 18:30
ab5e6d0

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4...v4.0.1

v4.0.0

16 Jan 22:17
13aacd8

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3...v4.0.0

v3.3.3

11 Jan 16:38
e12d46a

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3...v3.3.3

v3.3.2

07 Sep 20:33
704facf

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3...v3.3.2

Updating actions/core to version 1.10.0

27 Apr 16:35
f5ce414

Choose a tag to compare

The ::save-state and ::set-output are deprecated. The newer version of actions/core >1.10.0 uses the new syntax for save and set output. After this change, customers using actions/cache@v1 won't see deprecation warning message.