Skip to content

Update all (major)#1218

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/major-all
Open

Update all (major)#1218
renovate[bot] wants to merge 1 commit intomainfrom
renovate/major-all

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jul 7, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
@rollup/plugin-babel (source) 6.0.47.0.0 age confidence devDependencies major
@rollup/plugin-terser (source) 0.4.41.0.0 age confidence devDependencies major
@types/node (source) 18.19.11224.12.2 age confidence devDependencies major
@types/sinon (source) 10.0.2021.0.1 age confidence devDependencies major
actions/checkout v3v6 age confidence action major
actions/setup-node v3v6 age confidence action major
ava (source) 5.3.17.0.0 age confidence devDependencies major
ava (source) 6.4.07.0.0 age confidence devDependencies major
babel-loader 9.1.310.1.1 age confidence devDependencies major
cross-env 7.0.310.1.0 age confidence devDependencies major
css-loader 6.10.07.1.4 age confidence devDependencies major
husky 8.0.39.1.7 age confidence devDependencies major
jsdom 26.1.029.0.2 age confidence devDependencies major
lint-staged 14.0.116.4.0 age confidence devDependencies major
node (source) 22.16.024.15.0 age confidence volta major
np 10.2.011.2.0 age confidence devDependencies major
npm-run-all2 5.0.28.0.4 age confidence devDependencies major
rimraf 5.0.56.1.3 age confidence devDependencies major
style-loader 3.3.44.0.0 age confidence devDependencies major
typescript (source) 5.8.36.0.3 age confidence devDependencies major
webpack-cli (source) 5.1.47.0.2 age confidence devDependencies major

Release Notes

rollup/plugins (@​rollup/plugin-babel)

v7.0.0

2026-03-05

Breaking Changes
  • babel!: improve filtering capability & performance (#​1954)

v6.1.0

2025-10-13

Features
  • feat: allow excluding manual chunks when transforming generated code (#​1906)
rollup/plugins (@​rollup/plugin-terser)

v1.0.0

2026-03-05

Breaking Changes
  • terser!: upgrade serialize-javascript to v7 and node to v20 (#​1968)
actions/checkout (actions/checkout)

v6.0.2

Compare Source

v6.0.1

Compare Source

v6-beta

Compare Source

What's Changed

Updated persist-credentials to store the credentials under $RUNNER_TEMP instead of directly in the local git config.

This requires a minimum Actions Runner version of v2.329.0 to access the persisted credentials for Docker container action scenarios.

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

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

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:

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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-all branch 5 times, most recently from 1a2fc81 to 32d276b Compare July 15, 2025 14:31
@renovate renovate Bot force-pushed the renovate/major-all branch 2 times, most recently from 63cf33e to 946543e Compare July 26, 2025 02:45
@renovate renovate Bot force-pushed the renovate/major-all branch 2 times, most recently from 1cfc9da to 93d15a1 Compare August 3, 2025 16:50
@renovate renovate Bot force-pushed the renovate/major-all branch 4 times, most recently from 9909164 to 31834b6 Compare August 15, 2025 10:27
@renovate renovate Bot force-pushed the renovate/major-all branch from 31834b6 to c9734c4 Compare August 25, 2025 10:13
@renovate renovate Bot force-pushed the renovate/major-all branch 2 times, most recently from 22440ec to 8622e21 Compare September 13, 2025 00:02
@renovate renovate Bot force-pushed the renovate/major-all branch 4 times, most recently from c4dcb5f to 675ae47 Compare September 18, 2025 00:59
@renovate renovate Bot force-pushed the renovate/major-all branch 4 times, most recently from 6e44e8f to a90f5f1 Compare September 28, 2025 13:58
@renovate renovate Bot force-pushed the renovate/major-all branch 2 times, most recently from 1c242f5 to 6b670e3 Compare October 1, 2025 03:30
@renovate renovate Bot force-pushed the renovate/major-all branch 4 times, most recently from 6c77267 to 0b36865 Compare October 14, 2025 05:05
@renovate renovate Bot force-pushed the renovate/major-all branch 2 times, most recently from 89b5fcd to ad54d23 Compare October 22, 2025 21:00
@renovate renovate Bot force-pushed the renovate/major-all branch 4 times, most recently from a10fb47 to 44d4084 Compare October 31, 2025 07:59
@renovate renovate Bot force-pushed the renovate/major-all branch 5 times, most recently from f9bb94b to 9e48dbb Compare March 6, 2026 09:47
@renovate renovate Bot force-pushed the renovate/major-all branch 5 times, most recently from 81d5601 to 71bbca4 Compare March 15, 2026 09:46
@renovate renovate Bot force-pushed the renovate/major-all branch 4 times, most recently from 0650ab6 to 78ea170 Compare March 23, 2026 17:57
@renovate renovate Bot force-pushed the renovate/major-all branch from 78ea170 to 33a831f Compare March 24, 2026 22:05
@renovate renovate Bot force-pushed the renovate/major-all branch 4 times, most recently from 04ece59 to 4ea0995 Compare April 7, 2026 04:26
@renovate renovate Bot force-pushed the renovate/major-all branch 3 times, most recently from 5209894 to 166f05a Compare April 17, 2026 18:43
@renovate renovate Bot force-pushed the renovate/major-all branch from 166f05a to 1fc132e Compare April 20, 2026 12:49
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