Skip to content

chore(deps): update github actions (major)#11

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-github-actions
Open

chore(deps): update github actions (major)#11
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-github-actions

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Sep 4, 2023

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change
actions/checkout action major v3v6
actions/setup-node action major v3v6
amannn/action-semantic-pull-request action major v5v6
marocchino/sticky-pull-request-comment action major v2v3.0.4

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

actions/checkout (actions/checkout)

v6.0.2

Compare Source

v6.0.1

Compare Source

v6.0.0

Compare Source

v6

Compare Source

v5.0.1

Compare Source

What's Changed

Full Changelog: actions/checkout@v5...v5.0.1

v5.0.0

Compare Source

What's Changed
⚠️ Minimum Compatible Runner Version

v2.327.1
Release Notes

Make sure your runner is updated to this version or newer to use this release.

Full Changelog: actions/checkout@v4...v5.0.0

v5

Compare Source

v4.3.1

Compare Source

What's Changed

Full Changelog: actions/checkout@v4...v4.3.1

v4.3.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/checkout@v4...v4.3.0

v4.2.2

Compare Source

v4.2.1

Compare Source

v4.2.0

Compare Source

v4.1.7

Compare Source

v4.1.6

Compare Source

v4.1.5

Compare Source

v4.1.4

Compare Source

v4.1.3

Compare Source

v4.1.2

Compare Source

  • Fix: Disable sparse checkout whenever sparse-checkout option is not present @​dscho in #​1598

v4.1.1

Compare Source

v4.1.0

Compare Source

v4.0.0

Compare Source

v4

Compare Source

v3.6.0

Compare Source

v3.5.3

Compare Source

v3.5.2

Compare Source

v3.5.1

Compare Source

v3.5.0

Compare Source

v3.4.0

Compare Source

v3.3.0

Compare Source

v3.2.0

Compare Source

v3.1.0

Compare Source

v3.0.2

Compare Source

v3.0.1

Compare Source

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

v6.4.0

Compare Source

v6.3.0

Compare Source

What's Changed

Enhancements:

When using node-version-file: package.json, setup-node now prefers devEngines.runtime over engines.node.

Dependency updates:
Bug fixes:

New Contributors

Full Changelog: actions/setup-node@v6...v6.3.0

v6.2.0

Compare Source

v6.1.0

Compare Source

What's Changed

Enhancement:
Dependency updates:
Documentation update:

Full Changelog: actions/setup-node@v6...v6.1.0

v6.0.0

Compare Source

What's Changed

Breaking Changes

Dependency Upgrades

Full Changelog: actions/setup-node@v5...v6.0.0

v6

Compare Source

v5.0.0

Compare Source

What's Changed
Breaking Changes

This update, introduces automatic caching when a valid packageManager field is present in your package.json. This aims to improve workflow performance and make dependency management more seamless.
To disable this automatic caching, set package-manager-cache: false

steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
  with:
    package-manager-cache: false

Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. See Release Notes

Dependency Upgrades
New Contributors

Full Changelog: actions/setup-node@v4...v5.0.0

v5

Compare Source

v4.4.0

Compare Source

What's Changed
Bug fixes:
Enhancement:
Dependency update:
New Contributors

Full Changelogactions/setup-node@v4...v4.4.0

v4.3.0

Compare Source

What's Changed
Dependency updates
New Contributors

Full Changelog: actions/setup-node@v4...v4.3.0

v4.2.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/setup-node@v4...v4.2.0

v4.1.0

Compare Source

What's Changed
  • Resolve High Security Alerts by upgrading Dependencies by @​aparnajyothi-y in #​1132
  • Upgrade IA Publish by @​Jcambass in #​1134
  • Revise isGhes logic by @​jww3 in #​1148
  • Add architecture to cache key by @​pengx17 in #​843
    This addresses issues with caching by adding the architecture (arch) to the cache key, ensuring that cache keys are accurate to prevent conflicts.
    Note: This change may break previous cache keys as they will no longer be compatible with the new format.
New Contributors

Full Changelog: actions/setup-node@v4...v4.1.0

v4.0.4

Compare Source

What's Changed
Documentation changes:
New Contributors

Full Changelog: actions/setup-node@v4...v4.0.4

v4.0.3

Compare Source

What's Changed
Bug fixes:
Documentation changes:
Dependency updates:
New Contributors

Full Changelog: actions/setup-node@v4...v4.0.3

v4.0.2

Compare Source

What's Changed
New Contributors

Full Changelog: actions/setup-node@v4.0.1...v4.0.2

v4.0.1

Compare Source

What's Changed
New Contributors

Full Changelog: actions/setup-node@v4...v4.0.1

v4.0.0

Compare Source

What's Changed

In scope of this release we changed version of node runtime for action from node16 to node20 and updated dependencies in #​866

Besides, release contains such changes as:

New Contributors

Full Changelog: actions/setup-node@v3...v4.0.0

v4

Compare Source

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

v3.2.0: Add current, node, latest aliases

Compare Source

In scope of this release we added new aliases to install the latest Node.js version. #​483

steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
  with:
    node-version: current
- run: npm ci
- run: npm test

v3.1.1: Update actions/cache version to 2.0.2

Compare Source

In scope of this release we updated actions/cache package as the new version contains fixes related to GHES 3.5 (#​460)

v3.1.0: Add caching support on GHES 3.5

Compare Source

In scope of this release we added support for caching from GHES 3.5 and fixed download issue for files > 2GB during restore. Besides, we updated actions/cache dependency to 2.0.0 version.

amannn/action-semantic-pull-request (amannn/action-semantic-pull-request)

v6.1.1

[Compare Source](https://redirect.github.com/amannn/action-seman

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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/major-github-actions branch from d8308b1 to 17ac64c Compare September 22, 2023 19:57
@renovate renovate Bot changed the title chore(deps): update actions/checkout action to v4 chore(deps): update actions/checkout action to v4 - autoclosed Oct 17, 2023
@renovate renovate Bot closed this Oct 17, 2023
@renovate renovate Bot deleted the renovate/major-github-actions branch October 17, 2023 17:13
@renovate renovate Bot changed the title chore(deps): update actions/checkout action to v4 - autoclosed chore(deps): update actions/checkout action to v4 Oct 19, 2023
@renovate renovate Bot reopened this Oct 19, 2023
@renovate renovate Bot restored the renovate/major-github-actions branch October 19, 2023 12:30
@renovate renovate Bot force-pushed the renovate/major-github-actions branch from 17ac64c to f934f9b Compare October 19, 2023 12:30
@renovate renovate Bot changed the title chore(deps): update actions/checkout action to v4 chore(deps): update github actions to v4 (major) Oct 23, 2023
@renovate renovate Bot force-pushed the renovate/major-github-actions branch 2 times, most recently from 497457a to 10bbc02 Compare October 24, 2023 02:23
@renovate renovate Bot changed the title chore(deps): update github actions to v4 (major) chore(deps): update github actions (major) Oct 24, 2023
@renovate renovate Bot force-pushed the renovate/major-github-actions branch from 10bbc02 to f943786 Compare October 24, 2023 16:48
@renovate renovate Bot force-pushed the renovate/major-github-actions branch from f943786 to ef46ac6 Compare November 22, 2023 16:22
@renovate renovate Bot force-pushed the renovate/major-github-actions branch from ef46ac6 to 7721bd7 Compare December 18, 2023 12:19
@renovate renovate Bot force-pushed the renovate/major-github-actions branch from 7721bd7 to f54f273 Compare January 9, 2024 21:11
@renovate renovate Bot changed the title chore(deps): update github actions (major) chore(deps): update github actions to v4 (major) Feb 4, 2024
@renovate renovate Bot force-pushed the renovate/major-github-actions branch from f54f273 to 2afc16f Compare February 7, 2024 06:16
@renovate renovate Bot force-pushed the renovate/major-github-actions branch 2 times, most recently from 06928fe to e9fce3c Compare March 12, 2024 16:06
@renovate renovate Bot force-pushed the renovate/major-github-actions branch 2 times, most recently from f998d4d to 48766f7 Compare April 25, 2024 16:41
@renovate renovate Bot force-pushed the renovate/major-github-actions branch 2 times, most recently from 36bc7c2 to f5bc411 Compare May 9, 2024 16:10
@renovate renovate Bot force-pushed the renovate/major-github-actions branch from f5bc411 to 0e7fbd5 Compare May 20, 2024 19:03
@renovate renovate Bot force-pushed the renovate/major-github-actions branch from 0e7fbd5 to 43d0d82 Compare June 13, 2024 17:30
@renovate renovate Bot force-pushed the renovate/major-github-actions branch from 43d0d82 to 8c60935 Compare July 9, 2024 16:37
@renovate renovate Bot force-pushed the renovate/major-github-actions branch from 8c60935 to 8623629 Compare September 19, 2024 16:41
@renovate renovate Bot force-pushed the renovate/major-github-actions branch from 8623629 to 463a506 Compare October 7, 2024 19:22
@renovate renovate Bot force-pushed the renovate/major-github-actions branch from 463a506 to 8cc9a4d Compare October 23, 2024 17:45
@renovate renovate Bot force-pushed the renovate/major-github-actions branch from 8cc9a4d to e0c60ad Compare October 24, 2024 15:13
@renovate renovate Bot force-pushed the renovate/major-github-actions branch from e0c60ad to 1d04c1a Compare January 27, 2025 04:50
@renovate renovate Bot force-pushed the renovate/major-github-actions branch from 1d04c1a to 9ca2fc6 Compare March 17, 2025 06:25
@renovate renovate Bot force-pushed the renovate/major-github-actions branch from 9ca2fc6 to e259b9c Compare April 14, 2025 06:14
@renovate renovate Bot changed the title chore(deps): update github actions to v4 (major) chore(deps): update github actions (major) Aug 11, 2025
@renovate renovate Bot force-pushed the renovate/major-github-actions branch 2 times, most recently from c2fcf0f to 7e75808 Compare August 13, 2025 15:27
@renovate renovate Bot force-pushed the renovate/major-github-actions branch 2 times, most recently from 3526a16 to d0cc80f Compare August 22, 2025 12:55
@renovate renovate Bot force-pushed the renovate/major-github-actions branch from d0cc80f to 48baa94 Compare September 7, 2025 20:01
@renovate renovate Bot force-pushed the renovate/major-github-actions branch from 48baa94 to 10e3128 Compare October 14, 2025 04:26
@renovate renovate Bot force-pushed the renovate/major-github-actions branch from 10e3128 to 396894b Compare November 18, 2025 03:00
@renovate renovate Bot changed the title chore(deps): update github actions (major) chore(deps): update github actions to v6 (major) Nov 20, 2025
@renovate renovate Bot force-pushed the renovate/major-github-actions branch from 396894b to 2a8e321 Compare November 20, 2025 17:49
@renovate renovate Bot force-pushed the renovate/major-github-actions branch 2 times, most recently from e837104 to ff5d5b7 Compare December 3, 2025 07:13
@renovate renovate Bot force-pushed the renovate/major-github-actions branch from ff5d5b7 to e885345 Compare January 17, 2026 02:39
@renovate renovate Bot force-pushed the renovate/major-github-actions branch from e885345 to 5a89cfc Compare February 4, 2026 20:15
@renovate renovate Bot force-pushed the renovate/major-github-actions branch 2 times, most recently from 6637bc1 to ce5b673 Compare March 13, 2026 06:34
@renovate renovate Bot changed the title chore(deps): update github actions to v6 (major) chore(deps): update github actions (major) Mar 13, 2026
@renovate renovate Bot force-pushed the renovate/major-github-actions branch from ce5b673 to c7d8666 Compare March 13, 2026 17:39
@renovate renovate Bot changed the title chore(deps): update github actions (major) chore(deps): update github actions to v6 (major) Apr 15, 2026
@renovate renovate Bot force-pushed the renovate/major-github-actions branch 2 times, most recently from 4c262d7 to 76aee2b Compare April 16, 2026 15:04
@renovate renovate Bot changed the title chore(deps): update github actions to v6 (major) chore(deps): update github actions (major) Apr 16, 2026
@renovate renovate Bot force-pushed the renovate/major-github-actions branch from 76aee2b to 008c6dc Compare May 1, 2026 06:34
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