Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update actions/setup-node action to v3.8.2 #35

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Sep 27, 2022

This PR contains the following updates:

Package Type Update Change
actions/setup-node action minor v3.4.1 -> v3.8.2

Release Notes

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

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 https://github.com/actions/setup-node/pull/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:
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 (https://github.com/actions/setup-node/pull/611) and canary (https://github.com/actions/setup-node/pull/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:

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. https://github.com/actions/setup-node/pull/485. Moreover, we added support for Volta

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


Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 2 times, most recently from 8102b84 to 7613de6 Compare September 28, 2022 08:57
@renovate renovate bot force-pushed the renovate/actions-setup-node-3.x branch from 7613de6 to 1f2b6b2 Compare October 9, 2022 21:40
@renovate renovate bot force-pushed the renovate/actions-setup-node-3.x branch 2 times, most recently from 63c5123 to 1cfe4be Compare October 13, 2022 12:26
@renovate renovate bot changed the title chore(deps): update actions/setup-node action to v3.5.0 chore(deps): 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 1cfe4be to 76228b7 Compare November 5, 2022 00:26
@renovate renovate bot changed the title chore(deps): update actions/setup-node action to v3.5.1 Update actions/setup-node action to v3.5.1 Dec 17, 2022
@renovate renovate bot changed the title Update actions/setup-node action to v3.5.1 chore(deps): update actions/setup-node action to v3.5.1 Dec 17, 2022
@renovate renovate bot force-pushed the renovate/actions-setup-node-3.x branch from 76228b7 to 5c67921 Compare January 15, 2023 23:59
@renovate renovate bot changed the title chore(deps): update actions/setup-node action to v3.5.1 chore(deps): update actions/setup-node action to v3.6.0 Jan 15, 2023
@renovate renovate bot force-pushed the renovate/actions-setup-node-3.x branch from 5c67921 to a3e0034 Compare January 16, 2023 00:13
@renovate renovate bot force-pushed the renovate/actions-setup-node-3.x branch 2 times, most recently from db23913 to e4f1835 Compare March 30, 2023 06:42
@renovate renovate bot force-pushed the renovate/actions-setup-node-3.x branch 4 times, most recently from 42d6dfa to 3db2212 Compare May 28, 2023 19:38
@renovate renovate bot force-pushed the renovate/actions-setup-node-3.x branch 2 times, most recently from 912b488 to 02cfd40 Compare June 7, 2023 04:32
@renovate renovate bot force-pushed the renovate/actions-setup-node-3.x branch from 02cfd40 to 2d56cb6 Compare June 21, 2023 21:03
@renovate renovate bot changed the title chore(deps): update actions/setup-node action to v3.6.0 chore(deps): 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 2d56cb6 to 5058074 Compare July 5, 2023 16:12
@renovate renovate bot force-pushed the renovate/actions-setup-node-3.x branch from 5058074 to a381ffc Compare August 14, 2023 12:08
@renovate renovate bot changed the title chore(deps): update actions/setup-node action to v3.7.0 chore(deps): update actions/setup-node action to v3.8.0 Aug 15, 2023
@renovate renovate bot changed the title chore(deps): update actions/setup-node action to v3.8.0 chore(deps): 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 a381ffc to be0f27d Compare August 17, 2023 20:44
@renovate renovate bot changed the title chore(deps): update actions/setup-node action to v3.8.1 chore(deps): 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 be0f27d to 9894cfc Compare October 23, 2023 17:19
@renovate renovate bot force-pushed the renovate/actions-setup-node-3.x branch 2 times, most recently from 79512d7 to e47a050 Compare March 7, 2024 08:11
@renovate renovate bot force-pushed the renovate/actions-setup-node-3.x branch from e47a050 to 9515378 Compare November 13, 2024 09:19
@renovate renovate bot force-pushed the renovate/actions-setup-node-3.x branch from 9515378 to aee41f5 Compare November 13, 2024 13:53
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.

0 participants