Skip to content

Releases: actions/setup-node

v4.1.0

24 Oct 13:51
39370e3
Compare
Choose a tag to compare

What's Changed

  • Resolve High Security Alerts by upgrading Dependencies by @aparnajyothi-y in #1132
  • Upgrade IA Publish by @Jcambass in #1134
  • Revise isGhes logic by @jww3 in #1148
  • Add architecture to cache key by @pengx17 in #843
    This addresses issues with caching by adding the architecture (arch) to the cache key, ensuring that cache keys are accurate to prevent conflicts.
    Note: This change may break previous cache keys as they will no longer be compatible with the new format.

New Contributors

Full Changelog: v4...v4.1.0

v4.0.4

19 Sep 14:07
0a44ba7
Compare
Choose a tag to compare

What's Changed

  • Add workflow file for publishing releases to immutable action package by @Jcambass in #1125
  • Enhance Windows ARM64 Setup and Update micromatch Dependency by @priyagupta108 in #1126

Documentation changes:

New Contributors

Full Changelog: v4...v4.0.4

v4.0.3

09 Jul 14:22
1e60f62
Compare
Choose a tag to compare

What's Changed

Bug fixes:

Documentation changes:

  • Documentation update to update default Node version to 20 by @bengreeley in #949

Dependency updates:

New Contributors

Full Changelog: v4...v4.0.3

v4.0.2

07 Feb 04:51
60edb5d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.1...v4.0.2

v4.0.1

18 Dec 11:05
b39b52d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4...v4.0.1

v4.0.0

23 Oct 14:55
8f152de
Compare
Choose a tag to compare

What's Changed

In scope of this release we changed version of node runtime for action from node16 to node20 and updated dependencies in #866

Besides, release contains such changes as:

New Contributors

Full Changelog: v3...v4.0.0

v3.8.2

23 Oct 13:09
1a4442c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3...v3.8.2

v3.8.1

17 Aug 13:14
5e21ff4
Compare
Choose a tag to compare

What's Changed

In scope of this release, the filter was removed within the cache-save step by @dmitry-shibanov in #831. It is filtered and checked in the toolkit/cache library.

Full Changelog: v3...v3.8.1

v3.8.0

14 Aug 10:20
bea5baf
Compare
Choose a tag to compare

What's Changed

Bug fixes:

Feature implementations:

  • feat: handling the case where "node" is used for tool-versions file. by @xytis in #812

Documentation changes:

Update dependencies:

New Contributors

Full Changelog: v3...v3.8.0

v3.7.0

05 Jul 14:27
e33196f
Compare
Choose a tag to compare

What's Changed

In scope of this release we added a logic to save an additional cache path for yarn 3 (related pull request and feature request). Moreover, we added functionality to use all the sub directories derived from cache-dependency-path input and add detect all dependencies directories to cache (related pull request and feature request).

Besides, we made such changes as:

New Contributors

Full Changelog: v3...v3.7.0