Skip to content

Bump actions/dependency-review-action from 4 to 5#982

Merged
PythonSmall-Q merged 1 commit into
devfrom
dependabot/github_actions/dev/actions/dependency-review-action-5
May 30, 2026
Merged

Bump actions/dependency-review-action from 4 to 5#982
PythonSmall-Q merged 1 commit into
devfrom
dependabot/github_actions/dev/actions/dependency-review-action-5

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps actions/dependency-review-action from 4 to 5.

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

Dependency Review Action 4.9.0

This feature release contains a couple of notable changes:

  • There is a new configuration option show_patched_versions which will add a column to the output, showing the fix version of each vulnerable dependency. Thanks @​felickz!
  • Runs which do not display OpenSSF scorecards no longer fetch scorecard information; previously it was fetched regardless of whether or not it was displayed, causing unneccessary slowness. Great catch @​jantiebot!
  • There are a couple of fixes to purl parsing which should improve match accuracy for allow-package-dependency lists, including case (in)sensitivity and url-encoded namespaces Thanks @​juxtin!

What's Changed

New Contributors

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

4.8.3

Dependency Review Action v4.8.3

This is a bugfix release that updates a number of upstream dependencies and includes a fix for the earlier feature that detected oversized summaries and upload them as artifacts, which could occasionally crash the action.

We have also updated the release process to use a long-lived v4 branch for the action, instead of a force-pushed tag, which aligns better with git branching strategies; the change should be transparent to end users.

What's Changed

... (truncated)

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 dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests or issues related to GitHub Actions code labels May 11, 2026
@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented May 11, 2026

Deploying xmoj-script-dev-channel with  Cloudflare Pages  Cloudflare Pages

Latest commit: 94cab11
Status: ✅  Deploy successful!
Preview URL: https://cdfe2797.xmoj-script-dev-channel.pages.dev
Branch Preview URL: https://dependabot-github-actions-de-4676.xmoj-script-dev-channel.pages.dev

View logs

Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 issue found across 1 file

Prompt for AI agents (unresolved issues)

Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.


<file name=".github/workflows/DependencyScan.yml">

<violation number="1" location=".github/workflows/DependencyScan.yml:13">
P2: Pin this GitHub Action to a full commit SHA instead of a mutable major tag to reduce workflow supply-chain risk.</violation>
</file>

Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.

steps:
- uses: actions/checkout@v6
- uses: actions/dependency-review-action@v4
- uses: actions/dependency-review-action@v5
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2: Pin this GitHub Action to a full commit SHA instead of a mutable major tag to reduce workflow supply-chain risk.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At .github/workflows/DependencyScan.yml, line 13:

<comment>Pin this GitHub Action to a full commit SHA instead of a mutable major tag to reduce workflow supply-chain risk.</comment>

<file context>
@@ -10,4 +10,4 @@ jobs:
     steps:
       - uses: actions/checkout@v6
-      - uses: actions/dependency-review-action@v4
+      - uses: actions/dependency-review-action@v5
</file context>

@hendragon-bot hendragon-bot Bot added the stale Hurry up! label May 25, 2026
@PythonSmall-Q
Copy link
Copy Markdown
Member

@dependabot rebase

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>
@dependabot dependabot Bot changed the title build(deps): bump actions/dependency-review-action from 4 to 5 Bump actions/dependency-review-action from 4 to 5 May 30, 2026
@dependabot dependabot Bot force-pushed the dependabot/github_actions/dev/actions/dependency-review-action-5 branch from 217d26f to 94cab11 Compare May 30, 2026 08:00
@PythonSmall-Q PythonSmall-Q merged commit 24e9133 into dev May 30, 2026
8 of 9 checks passed
@PythonSmall-Q PythonSmall-Q deleted the dependabot/github_actions/dev/actions/dependency-review-action-5 branch May 30, 2026 09:04
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 or issues related to GitHub Actions code size/XS stale Hurry up!

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant