Situation
-
The action installs and runs projects based on Yarn v1 Classic yarn.lock lock files, alongside npm and pnpm projects as alternatives.
-
GitHub Actions runner images such as ubuntu-26.04 continue to bundle Yarn 1.22.22.
-
Yarn v1 Classic has however been in maintenance mode since Jan 2020 with no further support. Maintainers have indicated that they may formally deprecate Yarn v1 in Q3/2026.
Background
Yarn was originally released 14 years ago. The yarn@1.0.0 release followed then 8 years ago. With the release of Yarn 2 in Jan 2020, it was announced that Yarn v1 would enter maintenance mode and provide security fixes only. This is underlined by the notice on the source repo https://github.com/yarnpkg/yarn :
The 1.x line is frozen - features and bugfixes now happen on https://github.com/yarnpkg/berry
The last Yarn v1 Classic release was yarn@1.22.22 in March 2024.
Cloning the repo and attempting to run yarn test locally under Ubuntu 24.04.4 LTS produces failures on all Node.js versions from 8 - 26.
The PGP signing key 6A010C5166006599AA17F08146C2130DFD2497F5 expires on 2030-01-22T18:44:02Z.
Assessment
Yarn v1 Classic must be considered as no longer suitable for production usage.
- It is untested in currently supported Node.js versions
>=20
- Emerging bugs and open issues are not addressed. PRs can no longer be submitted by community Contributors.
Recommendation
Deprecate Yarn v1 Classic usage in the Cypress action.
Situation
The action installs and runs projects based on Yarn v1 Classic
yarn.locklock files, alongside npm and pnpm projects as alternatives.GitHub Actions runner images such as ubuntu-26.04 continue to bundle Yarn 1.22.22.
Yarn v1 Classic has however been in maintenance mode since Jan 2020 with no further support. Maintainers have indicated that they may formally deprecate Yarn v1 in Q3/2026.
Background
Yarn was originally released 14 years ago. The yarn@1.0.0 release followed then 8 years ago. With the release of Yarn 2 in Jan 2020, it was announced that Yarn v1 would enter maintenance mode and provide security fixes only. This is underlined by the notice on the source repo https://github.com/yarnpkg/yarn :
The last Yarn v1 Classic release was yarn@1.22.22 in March 2024.
yarn@0.1.0releaseCloning the repo and attempting to run
yarn testlocally under Ubuntu24.04.4LTS produces failures on all Node.js versions from8 - 26.The PGP signing key 6A010C5166006599AA17F08146C2130DFD2497F5 expires on 2030-01-22T18:44:02Z.
Assessment
Yarn v1 Classic must be considered as no longer suitable for production usage.
>=20Recommendation
Deprecate Yarn v1 Classic usage in the Cypress action.