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.
Refs: #2264
Description
Deprecation information for (un)bundling of Yarn v1 Classic is added to the README.
Users with legacy needs are also advised that Yarn v1 can be installed with the following commands, according to Yarn installation instructions:
This is possible, since Node.js bundles the npm package manager and so provides the prerequisites to use npm to install Yarn v1.
Motivation and Context
Assumption
According to the discussion in #2264 it's assumed here that Node.js Docker images will stop bundling Yarn v1 for Node.js release lines 26 and above, starting with the release of Node.js 26.0.0 (planned for 2026-04-22).
It's also assumed that Yarn v1 will continue to be bundled with currently supported Node.js release lines for legacy reasons. The end of availability of Docker images with Yarn v1 would then be when Node.js 24.x transitions into end-of-life planned for 2028-04-30.
Testing Details
N/A
Example Output(if appropriate)
N/A
Types of changes
Checklist