Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 6, 2022

This PR contains the following updates:

Package Type Update Change
actions/setup-node action minor v3.2.0 -> v3.9.1

Release Notes

actions/setup-node (actions/setup-node)

v3.9.1

Compare Source

What's Changed

Full Changelog: actions/setup-node@v3...v3.9.1

v3.9.0

Compare Source

What's Changed
  • Upgrade @​actions/cache to 4.0.3 by @​gowridurgad in #​1270
    In scope of this release we updated actions/cache package to ensure continued support and compatibility, as older versions of the package are now deprecated. For more information please refer to the toolkit/cache.

Full Changelog: actions/setup-node@v3...v3.9.0

v3.8.2

Compare Source

What's Changed

Full Changelog: actions/setup-node@v3...v3.8.2

v3.8.1

Compare Source

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: actions/setup-node@v3...v3.8.1

v3.8.0

Compare Source

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: actions/setup-node@v3...v3.8.0

v3.7.0

Compare Source

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: actions/setup-node@v3...v3.7.0

v3.6.0: Add Support for Nightly, Canary and RC builds for Node.js

Compare Source

In scope of this release we added support to download nightly, rc (#​611) and canary (#​619) Node.js distributions.

For nightly versions:
jobs:
  build:
    runs-on: ubuntu-latest
    name: Node sample
    steps:
      - uses: actions/checkout@v3
      - uses: actions/setup-node@v3
        with:
          node-version: '16-nightly'
      - run: npm ci
      - run: npm test
For canary versions:
jobs:
  build:
    runs-on: ubuntu-latest
    name: Node sample
    steps:
      - uses: actions/checkout@v3
      - uses: actions/setup-node@v3
        with:
          node-version: '16-v8-canary’
      - run: npm ci
      - run: npm test
For rc versions:
jobs:
  build:
    runs-on: ubuntu-latest
    name: Node sample
    steps:
      - uses: actions/checkout@v3
      - uses: actions/setup-node@v3
        with:
          node-version: '16.0.0-rc.1’
      - run: npm ci
      - run: npm test

Note: For more examples please refer to documentation.

Besides, we added the following changes as:

  • Updated minimatch: #​608
  • Fixed extra newline character in version output when reading from a file: #​625
  • Passed the token input through on GHES: #​595
  • Fixed issue with scoped registries are duplicated in npmrc: #​637

v3.5.1: Update @​actions/core and Print Node, Npm, Yarn versions

Compare Source

In scope of this release we updated actions/core to 1.10.0. Moreover, we added logic to print Nodejs, Npm, Yarn versions after installation.

v3.5.0: Add support for engines.node and Volta

Compare Source

In scope of this release we add support for engines.node. The action will be able to grab the version form package.json#engines.node. #​485. Moreover, we added support for Volta

Besides, we updated @​actions/core to 1.9.1 and @​actions/cache to 3.0.4

v3.4.1: Fix pnpm output and node-version output issues

Compare Source

In scope of this release we fixed bugs related to the pnpm 7.5.1 output issue from pnpm store path #​545. Moreover we fixed the issue with falling on node-version output #​540.

v3.4.0: Add support for asdf format and update actions/cache version to 3.0.0

Compare Source

In scope of this release we updated actions/cache package as the new version contains fixes for caching error handling. Moreover, we added support for asdf format as Node.js version file #​373. Besides, we introduced new output node-version and added npm-shrinkwrap.json to dependency file patterns: #​439

v3.3.0: Add support for lts/-n aliases

Compare Source

In scope of this release we added support for lts/-n aliases, improve logic for current, latest and node aliases to handle them from toolcache, update ncc package.

Support of lts/-n aliases
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
  with:
    node-version: lts/-1
- run: npm ci
- run: npm test
Minor improvements
  • Update zeit/ncc to vercel/ncc: #​476
  • Get latest version from cache if exists: #​496

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/actions-setup-node-3.x branch from 9006755 to 66fd46d Compare July 11, 2022 15:45
@renovate renovate bot changed the title Update actions/setup-node action to v3.3.0 Update actions/setup-node action to v3.4.0 Jul 11, 2022
@renovate renovate bot changed the title Update actions/setup-node action to v3.4.0 Update actions/setup-node action to v3.4.1 Jul 14, 2022
@renovate renovate bot force-pushed the renovate/actions-setup-node-3.x branch from 66fd46d to df993ac Compare July 14, 2022 12:13
@renovate renovate bot changed the title Update actions/setup-node action to v3.4.1 Update actions/setup-node action to v3.5.0 Sep 27, 2022
@renovate renovate bot force-pushed the renovate/actions-setup-node-3.x branch from df993ac to 777b759 Compare September 27, 2022 14:34
@renovate renovate bot changed the title Update actions/setup-node action to v3.5.0 Update actions/setup-node action to v3.5.1 Oct 13, 2022
@renovate renovate bot force-pushed the renovate/actions-setup-node-3.x branch from 777b759 to 55a41b3 Compare October 13, 2022 15:05
@renovate renovate bot changed the title Update actions/setup-node action to v3.5.1 Update actions/setup-node action to v3.6.0 Mar 16, 2023
@renovate renovate bot force-pushed the renovate/actions-setup-node-3.x branch from 55a41b3 to f00c177 Compare March 16, 2023 08:09
@renovate renovate bot changed the title Update actions/setup-node action to v3.6.0 Update actions/setup-node action to v3.7.0 Jul 5, 2023
@renovate renovate bot force-pushed the renovate/actions-setup-node-3.x branch from f00c177 to f181142 Compare July 5, 2023 17:38
@renovate renovate bot changed the title Update actions/setup-node action to v3.7.0 Update actions/setup-node action to v3.8.0 Aug 14, 2023
@renovate renovate bot force-pushed the renovate/actions-setup-node-3.x branch from f181142 to 107dcf8 Compare August 14, 2023 11:09
@renovate renovate bot changed the title Update actions/setup-node action to v3.8.0 Update actions/setup-node action to v3.8.1 Aug 17, 2023
@renovate renovate bot force-pushed the renovate/actions-setup-node-3.x branch from 107dcf8 to fcf23b6 Compare August 17, 2023 14:51
@renovate renovate bot changed the title Update actions/setup-node action to v3.8.1 Update actions/setup-node action to v3.8.2 Oct 23, 2023
@renovate renovate bot force-pushed the renovate/actions-setup-node-3.x branch from fcf23b6 to 44a1780 Compare October 23, 2023 14:15
@renovate renovate bot changed the title Update actions/setup-node action to v3.8.2 Update actions/setup-node action to v3.9.0 Apr 14, 2025
@renovate renovate bot force-pushed the renovate/actions-setup-node-3.x branch from 44a1780 to 1b950e0 Compare April 14, 2025 05:45
@renovate renovate bot force-pushed the renovate/actions-setup-node-3.x branch from 1b950e0 to 9b8b069 Compare April 17, 2025 15:15
@renovate renovate bot changed the title Update actions/setup-node action to v3.9.0 Update actions/setup-node action to v3.9.1 Apr 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant