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: Update actions/setup-node action to v3.8.2 - autoclosed #159

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 5, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
actions/setup-node action minor v3.5.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:


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.

@changeset-bot
Copy link

changeset-bot bot commented Jan 5, 2023

⚠️ No Changeset found

Latest commit: 74871a4

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate bot changed the title Chore: Update actions/setup-node action to v3.6.0 Chore: 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 749bb41 to 8819f8a Compare July 5, 2023 15:19
@renovate renovate bot changed the title Chore: Update actions/setup-node action to v3.7.0 Chore: 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 8819f8a to 5093f2e Compare August 14, 2023 10:36
@renovate renovate bot changed the title Chore: Update actions/setup-node action to v3.8.0 Chore: 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 5093f2e to da8d743 Compare August 17, 2023 14:01
@renovate renovate bot changed the title Chore: Update actions/setup-node action to v3.8.1 Chore: 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 da8d743 to 74871a4 Compare October 23, 2023 14:52
@renovate renovate bot changed the title Chore: Update actions/setup-node action to v3.8.2 Chore: Update actions/setup-node action to v3.8.2 - autoclosed Oct 25, 2023
@renovate renovate bot closed this Oct 25, 2023
@renovate renovate bot deleted the renovate/actions-setup-node-3.x branch October 25, 2023 20:10
@renovate renovate bot changed the title Chore: Update actions/setup-node action to v3.8.2 - autoclosed Chore: Update actions/setup-node action to v3.8.2 Oct 25, 2023
@renovate renovate bot reopened this Oct 25, 2023
@renovate renovate bot restored the renovate/actions-setup-node-3.x branch October 25, 2023 23:16
@renovate renovate bot changed the title Chore: Update actions/setup-node action to v3.8.2 Chore: Update actions/setup-node action to v3.8.2 - autoclosed Aug 6, 2024
@renovate renovate bot closed this Aug 6, 2024
@renovate renovate bot deleted the renovate/actions-setup-node-3.x branch August 6, 2024 06:43
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.

None yet

0 participants