Skip to content

chore(deps): bump the github-actions group across 1 directory with 4 updates - #76

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/github_actions/github-actions-554581dd68
Open

chore(deps): bump the github-actions group across 1 directory with 4 updates#76
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/github_actions/github-actions-554581dd68

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 31, 2026

Copy link
Copy Markdown

Bumps the github-actions group with 4 updates in the / directory: actions/checkout, tomgrv/actions, dependabot/fetch-metadata and gitleaks/gitleaks-action.

Updates actions/checkout from 4 to 7

Release notes

Sourced from actions/checkout's releases.

v7.0.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v6.0.3...v7.0.0

v6.1.0

What's Changed

https://github.blog/changelog/2026-06-18-safer-pull_request_target-defaults-for-github-actions-checkout/ for more details about this breaking change

Full Changelog: actions/checkout@v6.0.3...v6.1.0

v6.0.3

What's Changed

New Contributors

Full Changelog: actions/checkout@v6...v6.0.3

v6.0.2

What's Changed

Full Changelog: actions/checkout@v6.0.1...v6.0.2

v6.0.1

What's Changed

... (truncated)

Changelog

Sourced from actions/checkout's changelog.

Changelog

v7.0.1

v7.0.0

v6.0.3

v6.0.2

v6.0.1

v6.0.0

v5.0.1

v5.0.0

v4.3.1

v4.3.0

v4.2.2

v4.2.1

... (truncated)

Commits

Updates tomgrv/actions from 1 to 2

Release notes

Sourced from tomgrv/actions's releases.

v1.0.1

Full Changelog: v1.0.0...v1.0.1

Changelog

Sourced from tomgrv/actions's changelog.

2.21.0 (2026-08-25)

Commits from: v2.20.0..HEAD

📂 Unscoped changes

Features

Other changes

  • Merge tag 'v2.20.0' into develop (9c846a3)
  • ♻️ rename comment actions and add create-pr-comment (#72) (7ddebfa)

📦 setup-reviewdog changes

Other changes

  • ♻️ extract reporter selection into run.sh (#73) (3635ec9)

2.20.0 (2026-08-25)

Commits from: v2.19.0..HEAD

📂 Unscoped changes

Bug Fixes

  • 🐛 use static reviewdog check name for composer/npm audit actions (#69) (0ebe8bb)

Other changes

  • Merge tag 'v2.19.0' into develop (b08aa7b)
  • 🔧 🔒️ regenerate package-lock.json (#71) (b82685e)

📦 check-laravel changes

Features

  • ✨ add pint-blade passthrough for Pint --blade formatting (#68) (424f7f4)

📦 confirm-comment changes

Bug Fixes

📦 run-pint changes

... (truncated)

Commits
  • a158cbd Merge branch 'release/2.21.0'
  • 25a32c0 chore(release): 🚀 2.21.0
  • 1997198 feat: ✨ publish clean-history action (#74)
  • 3635ec9 refactor(setup-reviewdog): ♻️ extract reporter selection into run.sh (#73)
  • 7ddebfa refactor: ♻️ rename comment actions and add create-pr-comment (#72)
  • 5f1f382 feat: ✨ create reply-comment action (#55)
  • 9c846a3 Merge tag 'v2.20.0' into develop
  • da94c08 Merge branch 'release/2.20.0'
  • dba01a3 chore(release): 2.20.0
  • b82685e chore: 🔧 🔒️ regenerate package-lock.json (#71)
  • Additional commits viewable in compare view

Updates dependabot/fetch-metadata from 2.4.0 to 3.1.0

Release notes

Sourced from dependabot/fetch-metadata's releases.

v3.1.0

What's Changed

New Contributors

Full Changelog: dependabot/fetch-metadata@v3...v3.1.0

v3.0.0

The breaking change is requiring Node.js version v24 as the Actions runtime.

What's Changed

... (truncated)

Commits
  • 25dd0e3 v3.1.0 (#692)
  • e073f50 Merge pull request #705 from dependabot/dependabot/npm_and_yarn/hono-4.12.14
  • 0670e16 build(deps-dev): bump hono from 4.12.12 to 4.12.14
  • 7a7fe10 Merge pull request #702 from dependabot/dependabot/npm_and_yarn/dependencies-...
  • 5168191 Updating dist build
  • 23882e1 build(deps): bump @​actions/github in the dependencies group
  • 1072469 Merge pull request #701 from dependabot/dependabot/github_actions/actions/cre...
  • 43f8a00 build(deps): bump actions/create-github-app-token from 3.0.0 to 3.1.1
  • b4d904a Merge pull request #703 from dependabot/dependabot/npm_and_yarn/globals-17.5.0
  • c8046bb build(deps-dev): bump globals from 17.4.0 to 17.5.0
  • Additional commits viewable in compare view

Updates gitleaks/gitleaks-action from 2 to 3

Release notes

Sourced from gitleaks/gitleaks-action's releases.

v3.0.0

What's changed

gitleaks-action v3 migrates the runtime from Node 20 to Node 24. No changes to inputs, outputs, or behavior. Update your workflow from gitleaks/gitleaks-action@v2 to gitleaks/gitleaks-action@v3.

Migration

# Before
- uses: gitleaks/gitleaks-action@v2
After

uses: gitleaks/gitleaks-action@v3

Why

GitHub is deprecating the Node 20 runtime for Actions:

  • June 2, 2026: GitHub flips the runner default to Node 24. Workflows using gitleaks-action@v2 (Node 20) will still run, but only if ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true is set as an environment variable.
  • September 16, 2026: Node 20 is removed from GitHub-hosted runners entirely. gitleaks-action@v2 stops working regardless of any opt-out flag.

Changes

  • action.yml: runtime node20node24
  • @actions/core: 1.10.0 → 1.11.1
  • dist/ rebuilt
  • Example workflows updated to actions/checkout@v6 and gitleaks-action@v3
  • README updated with v3 migration guide

Self-hosted runners

If you use self-hosted runners, ensure your runner version is >= v2.327.1 (required for Node 24 support).

v2.3.9

What's Changed

Full Changelog: gitleaks/gitleaks-action@v2.3.8...v2.3.9

v2.3.8

What's Changed

New Contributors

Full Changelog: gitleaks/gitleaks-action@v2.3.7...v2.3.8

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github-actions Pull requests that update a GitHub Actions dependency labels Aug 31, 2026
…updates

Bumps the github-actions group with 4 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [tomgrv/actions](https://github.com/tomgrv/actions), [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) and [gitleaks/gitleaks-action](https://github.com/gitleaks/gitleaks-action).


Updates `actions/checkout` from 4 to 7
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4...v7)

Updates `tomgrv/actions` from 1 to 2
- [Release notes](https://github.com/tomgrv/actions/releases)
- [Changelog](https://github.com/tomgrv/actions/blob/develop/CHANGELOG.md)
- [Commits](v1...v2)

Updates `dependabot/fetch-metadata` from 2.4.0 to 3.1.0
- [Release notes](https://github.com/dependabot/fetch-metadata/releases)
- [Commits](dependabot/fetch-metadata@v2.4.0...v3.1.0)

Updates `gitleaks/gitleaks-action` from 2 to 3
- [Release notes](https://github.com/gitleaks/gitleaks-action/releases)
- [Commits](gitleaks/gitleaks-action@v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: dependabot/fetch-metadata
  dependency-version: 3.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: gitleaks/gitleaks-action
  dependency-version: '3'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: tomgrv/actions
  dependency-version: '2'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps): bump the github-actions group with 4 updates chore(deps): bump the github-actions group across 1 directory with 4 updates Sep 3, 2026
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/github-actions-554581dd68 branch from d5b487b to b568512 Compare September 3, 2026 19:45
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 a GitHub Actions dependency

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants