feat(deps): update action from node20 to node24#1639
Merged
jennifer-shehane merged 1 commit intocypress-io:masterfrom Jan 21, 2026
Merged
feat(deps): update action from node20 to node24#1639jennifer-shehane merged 1 commit intocypress-io:masterfrom
jennifer-shehane merged 1 commit intocypress-io:masterfrom
Conversation
BREAKING CHANGE: Update action from node20 to node24 cypress-io/github-action@v6, using node20, is deprecated
|
jennifer-shehane
approved these changes
Jan 21, 2026
|
🎉 This PR is included in version 7.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR migrates the Cypress JavaScript GitHub Action cypress-io/github-action to run under
node24instead of undernode20. This is a BREAKING CHANGE.Situation
cypress-io/github-action@v6 specifies
runs.using: node20in action.yml.GitHub has deprecated the use of
node20and plans to force runners to usenode24beginning on Mar 4, 2026 - see Deprecation of Node 20 on GitHub Actions runners.Change
action.yml is updated to specify
run.using: node24. This means that Cypress tests will run under the Node.js 24.x version defined in https://github.com/actions/runner/blob/main/src/Misc/externals.sh (runner version2.331.0usesNODE24_VERSION="24.12.0"; the next runner release is expected to use24.13.0)References to
cypress-io/github-action@v6are updated tocypress-io/github-action@v7