Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^18.2.24
->^19.0.0
^18.2.8
->^19.0.0
v4.1.1
->v4.2.2
v3.1.5
->v4.7.0
v4.0.1
->v4.4.0
^0.19.11
->^0.25.0
v3.23.0
->v3.28.17
20.11.0
->22.15.0
3.2.5
->3.5.3
^18.2.0
->^19.0.0
^18.2.0
->^19.0.0
^5.0.5
->^6.0.0
v2.6.1
->v2.12.0
5.4.5
->5.8.3
Release Notes
actions/checkout (actions/checkout)
v4.2.2
Compare Source
url-helper.ts
now leverages well-known environment variables by @jww3 in https://github.com/actions/checkout/pull/1941isGhes
by @jww3 in https://github.com/actions/checkout/pull/1946v4.2.1
Compare Source
v4.2.0
Compare Source
v4.1.7
Compare Source
v4.1.6
Compare Source
v4.1.5
Compare Source
user.email
to be41898282+github-actions[bot]@​users.noreply.github.com
by @cory-miller in https://github.com/actions/checkout/pull/1707v4.1.4
Compare Source
extensions.worktreeConfig
when disablingsparse-checkout
by @jww3 in https://github.com/actions/checkout/pull/1692v4.1.3
Compare Source
sparse-checkout
by @jww3 in https://github.com/actions/checkout/pull/1656actions/checkout
version inupdate-main-version.yml
by @jww3 in https://github.com/actions/checkout/pull/1650v4.1.2
Compare Source
sparse-checkout
option is not present @dscho in https://github.com/actions/checkout/pull/1598actions/dependency-review-action (actions/dependency-review-action)
v4.7.0
Compare Source
MIT AND GPL-2.0
) in allow lists (fixes #809 and probably others)OTHER
in package licenses withLicenseRef-clearlydefined-OTHER
so that parsing passesv4.6.0
Compare Source
What's Changed
New Contributors
Full Changelog: actions/dependency-review-action@v4.5.0...v4.6.0
v4.5.0
Compare Source
What's Changed
New Contributors
Full Changelog: actions/dependency-review-action@v4...v4.5.0
v4.4.0
Compare Source
What's Changed
Full Changelog: actions/dependency-review-action@v4.3.5...v4.4.0
v4.3.5
Compare Source
What's Changed
New Contributors
Full Changelog: actions/dependency-review-action@v4.3.4...v4.3.5
v4.3.4
Compare Source
What's Changed
Full Changelog: actions/dependency-review-action@v4.3.3...v4.3.4
v4.3.3
: Notes for v4.3.3Compare Source
What's Changed
New Contributors
Full Changelog: actions/dependency-review-action@v4.3.2...v4.3.3
v4.3.2
Compare Source
What's Changed
Full Changelog: actions/dependency-review-action@v4.3.1...v4.3.2
v4.3.1
Compare Source
What's Changed
This release fixes some bugs related to package-url parsing that were introduced in 4.3.0. See https://github.com/actions/dependency-review-action/pull/753.
Full Changelog: actions/dependency-review-action@V4.3.0...v4.3.1
v4.3.0
Compare Source
New Features
deny-packages
option can now be used without a version number to exclude all versions of a package.What's Changed
New Contributors
Full Changelog: actions/dependency-review-action@v4.2.5...V4.3.0
v4.2.5
: 4.2.5Compare Source
What's Changed
Full Changelog: actions/dependency-review-action@v4.2.4...v4.2.5
v4.2.4
Compare Source
What's Changed
Fixed a bug in the output of OpenSSF cards for GitHub Actions.
New Contributors
Full Changelog: actions/dependency-review-action@v4.2.3...v4.2.4
v4.2.3
: 4.2.3Compare Source
What's Changed
New Contributors
Full Changelog: actions/dependency-review-action@v4.1.3...v4.2.3
v4.1.3
: 4.1.3Compare Source
Fixes a bug in 4.1.2 that would introduce comments in every pull request, regardless of the user's configuration (see https://github.com/actions/dependency-review-action/issues/697).
Full Changelog: actions/dependency-review-action@v4.1.2...v4.1.3
v4.1.2
: 4.1.2Compare Source
What's Changed
Full Changelog: actions/dependency-review-action@v4.1.1...v4.1.2
v4.1.1
: 4.1.1Compare Source
What's Changed
undici
to fix GHSA-wqq4-5wpv-mx2gFull Changelog: actions/dependency-review-action@v4.1.0...v4.1.1
v4.1.0
: 4.1.0Compare Source
What's Changed
warn-only
by @tgrall in https://github.com/actions/dependency-review-action/pull/432Added a new configuration option (
warn-only
, boolean) that makes the action always succeed while still displaying found vulnerabilities in the log.New Contributors
Full Changelog: actions/dependency-review-action@v4...v4.1.0
v4.0.0
Compare Source
New Contributors
Full Changelog: actions/dependency-review-action@v3.1.5...v4.0.0
actions/setup-node (actions/setup-node)
v4.4.0
Compare Source
What's Changed
Bug fixes:
Enhancement:
Dependency update:
New Contributors
Full Changelog: actions/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
@actions/cache
to^4.0.0
by @priyagupta108 in https://github.com/actions/setup-node/pull/1191New Contributors
Full Changelog: actions/setup-node@v4...v4.2.0
v4.1.0
Compare Source
What's Changed
isGhes
logic by @jww3 in https://github.com/actions/setup-node/pull/1148This 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
volta.extends
by @ThisIsManta in https://github.com/actions/setup-node/pull/921New Contributors
Full Changelog: actions/setup-node@v4.0.1...v4.0.2
evanw/esbuild (esbuild)
v0.25.4
Compare Source
Add simple support for CORS to esbuild's development server (#4125)
Starting with version 0.25.0, esbuild's development server is no longer configured to serve
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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.