build(deps): Bump actions/dependency-review-action from 4 to 5#1003
build(deps): Bump actions/dependency-review-action from 4 to 5#1003dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 4 to 5. - [Release notes](https://github.com/actions/dependency-review-action/releases) - [Commits](actions/dependency-review-action@v4...v5) --- updated-dependencies: - dependency-name: actions/dependency-review-action dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
🤖 Cursor Dependency AnalysisSupply-Chain Malware ReviewReviewing how the action is used in this repo and inspecting the upstream v4→v5 changes for supply-chain risk. Summary: This is a routine major-version bump of the official GitHub-maintained Checklist review
Malware scanner: Status Operational note (non-security): v5 requires Actions Runner ≥ v2.327.1 (Node 24). Recommendation: Approve and merge after CI passes. No additional malware-mitigation steps required for this update. Compatibility AnalysisAnalyzing how Compatibility Analysis1) Usage in this repoSingle usage site: - name: "Dependency Review"
uses: actions/dependency-review-action@v5
with:
allow-dependencies-licenses: pkg:npm/node-forge
deny-licenses: AGPL-1.0-only, AGPL-1.0-or-later, AGPL-1.0-or-later, AGPL-3.0-or-later, GPL-1.0-only, GPL-1.0-or-later, GPL-2.0-only, GPL-2.0-or-later, GPL-3.0-only, GPL-3.0-or-laterThe PR changes one line: The workflow runs on 2) Intersection with v5 changes
Upstream 3) Risks / unknowns
4) Recommendation: mergeThis is a low-risk, single-workflow version bump with no input or permissions changes. v5’s breaking change (Node 24) is satisfied by Optional follow-up (not blocking): Plan migration from Malware Scan Summary
Top findings
|
|
Looks like actions/dependency-review-action is up-to-date now, so this is no longer needed. |
Bumps actions/dependency-review-action from 4 to 5.
Release notes
Sourced from actions/dependency-review-action's releases.
... (truncated)
Commits
a1d282bMerge pull request #1098 from actions/ahpook/v5-releaseeb6c199update examples to show@v53943c2cv5.0.0 release branch454943cMerge pull request #1094 from actions/ashelytc/security-findings6d92a12revert@typescript-eslint/parserupdatea8e5a7eMerge pull request #1076 from tspascoal/fix-version-matching-for-non-string-s...b6b7079update@typescript-eslint/parserto 8.40.0821a21dupdate more dependencies05aaaaerun npm audit fix55d3e75Merge pull request #1077 from Marukome0743/docs/checkoutDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Note
Low Risk
Low risk: only updates the GitHub Actions dependency review workflow to a new major action version; potential impact is limited to CI execution (runner/node runtime compatibility).
Overview
Updates the
🚨 Dependency ReviewGitHub Actions workflow to useactions/dependency-review-action@v5(from@v4) while keeping the existing license allow/deny configuration unchanged.Reviewed by Cursor Bugbot for commit 8b331e9. Bugbot is set up for automated code reviews on this repo. Configure here.