Logo
Explore Help
Sign In
mirror/setup-node
2
0
Fork 0
You've already forked setup-node
Code Issues Pull Requests Actions Packages Projects Releases 63 Wiki Activity

63 Releases 71 Tags

RSS Feed
  • v5.0.0 a0853c2454
    Compare

    v5.0.0 Stable

    gowridurgad released this 2025-09-04 01:47:21 +08:00 | 24 commits to main since this release

    What's Changed

    Breaking Changes

    • Enhance caching in setup-node with automatic package manager detection by @priya-kinthali in https://github.com/actions/setup-node/pull/1348

    This update, introduces automatic caching when a valid packageManager field is present in your package.json. This aims to improve workflow performance and make dependency management more seamless.
    To disable this automatic caching, set package-manager-cache: false

    steps:
    - uses: actions/checkout@v5
    - uses: actions/setup-node@v5
      with:
        package-manager-cache: false
    
    • Upgrade action to use node24 by @salmanmkc in https://github.com/actions/setup-node/pull/1325

    Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. See Release Notes

    Dependency Upgrades

    • Upgrade @octokit/request-error and @actions/github by @dependabot[bot] in https://github.com/actions/setup-node/pull/1227
    • Upgrade uuid from 9.0.1 to 11.1.0 by @dependabot[bot] in https://github.com/actions/setup-node/pull/1273
    • Upgrade undici from 5.28.5 to 5.29.0 by @dependabot[bot] in https://github.com/actions/setup-node/pull/1295
    • Upgrade form-data to bring in fix for critical vulnerability by @gowridurgad in https://github.com/actions/setup-node/pull/1332
    • Upgrade actions/checkout from 4 to 5 by @dependabot[bot] in https://github.com/actions/setup-node/pull/1345

    New Contributors

    • @priya-kinthali made their first contribution in https://github.com/actions/setup-node/pull/1348
    • @salmanmkc made their first contribution in https://github.com/actions/setup-node/pull/1325

    Full Changelog: https://github.com/actions/setup-node/compare/v4...v5.0.0

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
Powered by Gitea Version: 1.25.4 Page: 115ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API