feat(deps): remove Node.js 25#1781
Open
MikeMcC399 wants to merge 1 commit into
Open
Conversation
Collaborator
|
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 25.x transitioned into End-of-life status on June 1, 2026.
Change
This PR removes Node.js 25:
and adds the change to the CHANGELOG.
docs/MAINTENANCE.md is also modified to note that Corepack is not packaged in Node.js >=25.
Comments
Note
Low Risk
Documentation and example workflow matrix changes only; no changes to action runtime or security-sensitive code.
Overview
Drops Node.js 25 from supported/tested versions now that 25.x is end-of-life. CI matrix in
example-node-versions.ymland README example workflows no longer include 25; the Node.js > Support section lists 22.x, 24.x, and 26.x only. CHANGELOG records this under v7.4.0.docs/MAINTENANCE.md clarifies that corepack ships with Node.js ≤24 (for Yarn Modern examples) and may need
npm install -g corepackon Node.js >24.Reviewed by Cursor Bugbot for commit 5983a27. Bugbot is set up for automated code reviews on this repo. Configure here.