test(deps): add Node.js 25 (current) support#1549
Merged
Merged
Conversation
Collaborator
|
jennifer-shehane
approved these changes
Oct 16, 2025
Member
jennifer-shehane
left a comment
There was a problem hiding this comment.
@MikeMcC399 Thanks for following up on this!
Collaborator
Author
Sure! It's good to see that Cypress is running with the new Node.js 25! Please take a look also at other PRs in this repo https://github.com/cypress-io/github-action/pull that are waiting for your review. |
|
🎉 This PR is included in version 6.10.3 🎉 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.
Situation
Node.js v25.0.0 (Current) was released on Oct 15, 2025.
Change
This PR adds Node.js
25:matrixComments
Since there is no change to the action itself, and the additional support of Node.js
25.xis an extension, there is no version change of the actionAccording to Node.js release schedule plans, Node.js
25.xreaches end-of-life on Jun 1, 2026Node.js
25.0.0is the first supported release without Corepack being bundled. The following workflows are the only ones that use Corepack, and they are already written so they do not rely on Corepack being bundled with Node.js:Cypress itself continues to run under Node.js
v20.19.4within the action, and using the Cypress Module API, as explained in the README > Usage section. Issue Update action to run under Node.js 24 #1519 is waiting for prerequisite conditions to be fulfilled before upgrading to Node.js 24 usage in general.