Skip to content

Bump actions/dependency-review-action from 4.9.0 to 5.0.0#164

Open
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/github_actions/actions/dependency-review-action-5.0.0
Open

Bump actions/dependency-review-action from 4.9.0 to 5.0.0#164
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/github_actions/actions/dependency-review-action-5.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 29, 2026

Bumps actions/dependency-review-action from 4.9.0 to 5.0.0.

Release notes

Sourced from actions/dependency-review-action's releases.

5.0.0

This is a new major version of the Dependency Review Action which updates the runtime to node24. This requires a minimum Actions Runner version v2.327.1 to run.

What's Changed

New Contributors

Full Changelog: actions/dependency-review-action@v4.9.0...v5.0.0

Commits
  • a1d282b Merge pull request #1098 from actions/ahpook/v5-release
  • eb6c199 update examples to show @​v5
  • 3943c2c v5.0.0 release branch
  • 454943c Merge pull request #1094 from actions/ashelytc/security-findings
  • 6d92a12 revert @​typescript-eslint/parser update
  • a8e5a7e Merge pull request #1076 from tspascoal/fix-version-matching-for-non-string-s...
  • b6b7079 update @​typescript-eslint/parser to 8.40.0
  • 821a21d update more dependencies
  • 05aaaae run npm audit fix
  • 55d3e75 Merge pull request #1077 from Marukome0743/docs/checkout
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 4.9.0 to 5.0.0.
- [Release notes](https://github.com/actions/dependency-review-action/releases)
- [Commits](actions/dependency-review-action@v4.9.0...v5.0.0)

---
updated-dependencies:
- dependency-name: actions/dependency-review-action
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot requested a review from a team as a code owner May 29, 2026 20:45
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels May 29, 2026
@github-actions
Copy link
Copy Markdown

🤖 Claude Code Review

PR Code Review

Change: Bumps actions/dependency-review-action from v4.9.0 to v5.0.0 in .github/workflows/maven-dependency-review.yaml.


Code Quality

  • Style guide — Single-line change in a YAML workflow file; no style concerns.
  • No commented-out code — None present.
  • Meaningful variable names — N/A.
  • DRY principle — N/A.
  • Defects — No bugs, logic errors, or vulnerabilities introduced. This is a dependency version bump via Dependabot.
  • CLAUDE.md — No issues; the project config is general and environment-agnostic.

Testing

  • ✅ No application logic changed; unit/integration tests are not applicable to a CI action version bump.

Documentation

  • README/API docs — No documentation changes required for a CI dependency bump.
  • CHANGELOG.md — Not required for automated Dependabot bumps per standard practice.
  • Markdown formatting — N/A.

Security

  • No hardcoded credentials — None.
  • No sensitive data — None.
  • No license files (.lic) — None present.
  • ⚠️ Major version bump (v4 → v5): dependency-review-action@v5.0.0 is a major version upgrade. Major releases can introduce breaking changes (e.g., removed or renamed inputs, changed default behavior for fail-on-severity, deny-licenses, etc.). The current workflow uses no explicit configuration beyond the action itself (line 31), so defaults apply — verify that v5 defaults remain compatible with the intended behavior. The v5 release notes should be checked before merging.

Summary: The change is low-risk but warrants a quick check of the v5 release notes since this is a major version bump. The workflow has no custom inputs, so any change to defaults in v5 would silently alter behavior. No blockers; recommend confirming v5 defaults are acceptable before merging.

Automated code review analyzing defects and coding standards

@github-actions
Copy link
Copy Markdown

Super-linter summary

Language Validation result
CHECKOV Pass ✅
GITHUB_ACTIONS Pass ✅
GITHUB_ACTIONS_ZIZMOR Pass ✅
GITLEAKS Pass ✅
GIT_MERGE_CONFLICT_MARKERS Pass ✅
JSCPD Pass ✅
PRE_COMMIT Pass ✅
SPELL_CODESPELL Pass ✅
TRIVY Pass ✅
YAML Pass ✅
YAML_PRETTIER Pass ✅

All files and directories linted successfully

For more information, see the GitHub Actions workflow run

Powered by Super-linter

@github-actions
Copy link
Copy Markdown

🤖 Claude Code Review

PR Code Review

Change: Bumps actions/dependency-review-action from v4.9.0 to v5.0.0 in .github/workflows/maven-dependency-review.yaml.


Code Quality

  • Style guide — Single-line change in YAML; no style concerns.
  • No commented-out code — None present.
  • Meaningful variable names — N/A.
  • DRY principle — N/A.
  • Defects — No logic errors. This is a straightforward dependency version bump via Dependabot. The action is pinned to a semver tag (not a SHA), which is acceptable but worth noting — pinning to a commit SHA is more secure against tag mutation attacks. Not blocking for a well-known action like this one.

Testing

  • Unit/integration tests — N/A for a CI workflow version bump.
  • Edge cases / coverage — N/A.

Documentation

  • README/API docs — No updates needed.
  • Inline comments — N/A.
  • CHANGELOG — Not updated, but this is a routine Dependabot bump; acceptable.
  • Markdown formatting — Only YAML changed; no Markdown files touched.

Security

  • No hardcoded credentials — None.
  • Input validation / error handling — N/A.
  • No sensitive data in logs — N/A.
  • No license files (.lic) — None present.

Summary

This is a routine Dependabot version bump with no concerns. The only minor note: consider pinning GitHub Actions to a commit SHA instead of a semver tag (e.g., actions/dependency-review-action@<sha>) to prevent tag-mutable supply chain risk, but this is a low-priority hardening concern and not blocking.

Verdict: Approve.

Automated code review analyzing defects and coding standards

@github-actions
Copy link
Copy Markdown

Super-linter summary

Language Validation result
CHECKOV Pass ✅
GITHUB_ACTIONS Pass ✅
GITHUB_ACTIONS_ZIZMOR Pass ✅
GITLEAKS Pass ✅
GIT_MERGE_CONFLICT_MARKERS Pass ✅
JSCPD Pass ✅
PRE_COMMIT Pass ✅
SPELL_CODESPELL Pass ✅
TRIVY Pass ✅
YAML Pass ✅
YAML_PRETTIER Pass ✅

All files and directories linted successfully

For more information, see the GitHub Actions workflow run

Powered by Super-linter

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants