mirror of
https://github.com/actions/setup-node.git
synced 2026-04-02 20:58:19 +01:00
Compare commits
3 Commits
c0e14285e5
...
f2a03c93d4
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f2a03c93d4 | ||
|
|
8a457579ec | ||
|
|
dfe9483b32 |
10
README.md
10
README.md
@@ -14,13 +14,13 @@ This action provides the following functionality for GitHub Actions users:
|
||||
|
||||
## Breaking changes in V5
|
||||
|
||||
- Enhance caching in setup-node with automatic package manager detection.
|
||||
> For workflows with elevated privileges or access to sensitive information, we recommend disabling automatic caching by setting `package-manager-cache: false` when caching is not needed for secure operation.
|
||||
- Enabled caching by default with package manager detection if no cache input is provided.
|
||||
> For workflows with elevated privileges or access to sensitive information, we recommend disabling automatic caching by setting `package-manager-cache: false` when caching is not needed for secure operation.
|
||||
|
||||
- Upgrade action to use node24.
|
||||
> Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. [See Release Notes](https://github.com/actions/runner/releases/tag/v2.327.1)
|
||||
- Upgraded action from node20 to node24.
|
||||
> Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. [See Release Notes](https://github.com/actions/runner/releases/tag/v2.327.1)
|
||||
|
||||
For more detailed release notes with documntation updates and dependency upgrades, please track [release notes](https://github.com/actions/setup-node/releases/v5.0.0)
|
||||
For more details, see the full release notes on the [releases page](https://github.com/actions/setup-node/releases/v5.0.0)
|
||||
|
||||
## Usage
|
||||
|
||||
|
||||
Reference in New Issue
Block a user