Skip to content

test(deps): update actions/cache to v5#1606

Merged
AtofStryker merged 1 commit intocypress-io:masterfrom
MikeMcC399:update/actions-cache
Dec 12, 2025
Merged

test(deps): update actions/cache to v5#1606
AtofStryker merged 1 commit intocypress-io:masterfrom
MikeMcC399:update/actions-cache

Conversation

@MikeMcC399
Copy link
Copy Markdown
Collaborator

@MikeMcC399 MikeMcC399 commented Dec 12, 2025

Situation

Documentation and examples currently use the GitHub JavaScript actions/cache@v4 which runs.using node20, and which is deprecated with a schedule to be bypassed in March 2026 (see Deprecation of Node 20 on GitHub Actions runners).

actions/cache@v5.0.0 was released on Dec 11, 2025 and this is set up for runs.using node24.

Change

In the README > Install Cypress only section, and the corresponding example-install-only.yml workflow, update:

From To
actions/cache@v4 actions/cache@v5

Verify

  1. Run example-install-only.yml - Note

    Cache not found for input keys: my-cache-Linux-<hash>

  2. Re-run - Note

    Cache restored successfully
    Cache restored from key: my-cache-Linux-<hash>

@cypress-app-bot
Copy link
Copy Markdown

@MikeMcC399 MikeMcC399 added documentation Improvements or additions to documentation type: enhancement New feature or request type: dependencies labels Dec 12, 2025
@MikeMcC399 MikeMcC399 self-assigned this Dec 12, 2025
@MikeMcC399 MikeMcC399 marked this pull request as ready for review December 12, 2025 09:47
@AtofStryker AtofStryker merged commit 9dc17a7 into cypress-io:master Dec 12, 2025
82 checks passed
@MikeMcC399 MikeMcC399 deleted the update/actions-cache branch December 12, 2025 14:51
@github-actions
Copy link
Copy Markdown

🎉 This PR is included in version 6.10.7 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation released topic: caching 📦 type: dependencies type: enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update actions/cache to node24 version

4 participants