Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 9, 2022

Mend Renovate

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 - "after 10pm on Wednesday,before 8am on Thursday" in timezone Europe/Vienna, 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Nov 9, 2022
@github-actions
Copy link
Contributor

github-actions bot commented Nov 9, 2022

Test Results

130 tests   118 ✔️  2s ⏱️
  13 suites    12 💤
    1 files        0

Results for commit cfb17ac.

♻️ This comment has been updated with latest results.

@renovate renovate bot force-pushed the renovate/actions-setup-node-3.x branch from b0db205 to b8ee2ee Compare January 12, 2023 12:28
@renovate renovate bot changed the title build(deps): update actions/setup-node action to v3.5.1 build(deps): update actions/setup-node action to v3.6.0 Jan 12, 2023
@renovate renovate bot force-pushed the renovate/actions-setup-node-3.x branch from b8ee2ee to 92905d4 Compare March 16, 2023 21:58
@renovate renovate bot changed the title build(deps): update actions/setup-node action to v3.6.0 build(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 92905d4 to 550dc38 Compare July 5, 2023 17:13
@renovate renovate bot changed the title build(deps): update actions/setup-node action to v3.7.0 build(deps): update actions/setup-node action to v3.8.0 Aug 17, 2023
@renovate renovate bot force-pushed the renovate/actions-setup-node-3.x branch from 550dc38 to ade5837 Compare August 17, 2023 16:50
@renovate renovate bot changed the title build(deps): update actions/setup-node action to v3.8.0 build(deps): update actions/setup-node action to v3.8.1 Aug 22, 2023
@renovate renovate bot force-pushed the renovate/actions-setup-node-3.x branch from ade5837 to 9a3364d Compare August 22, 2023 14:47
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot changed the title build(deps): update actions/setup-node action to v3.8.1 build(deps): update actions/setup-node action to v3.8.2 Oct 30, 2023
@renovate renovate bot force-pushed the renovate/actions-setup-node-3.x branch from 9a3364d to cfb17ac Compare October 30, 2023 10:33
@github-actions
Copy link
Contributor

The following Docker Images have been built:

  • keptncontrib/job-executor-service:0.3.1-dev-PR-373,keptncontrib/job-executor-service:0.3.1-dev-PR-373.202310301033
  • keptncontrib/job-executor-service-initcontainer:0.3.1-dev-PR-373,keptncontrib/job-executor-service-initcontainer:0.3.1-dev-PR-373.202310301033

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants