build(deps): bump gitleaks/gitleaks-action from 2 to 3
Type: Pull Request
State: Closed
Association: Unknown
Comments: 1
(2 days ago)
(2 days ago)
(2 days ago)
dependencies github_actions
Bumps 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@v2togitleaks/gitleaks-action@v3.Migration
# Before - uses: gitleaks/gitleaks-action@v2After
- 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 ifACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=trueis set as an environment variable.- September 16, 2026: Node 20 is removed from GitHub-hosted runners entirely.
gitleaks-action@v2stops working regardless of any opt-out flag.Changes
action.yml: runtimenode20→node24@actions/core: 1.10.0 → 1.11.1dist/rebuilt- Example workflows updated to
actions/checkout@v6andgitleaks-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
- bump cache by
@zricethezavin gitleaks/gitleaks-action#181Full Changelog: https://github.com/gitleaks/gitleaks-action/compare/v2.3.8...v2.3.9
v2.3.8
What's Changed
- Add environment variable to override gitleaks baseRef by
@paulschuberthin gitleaks/gitleaks-action#113- bump default gitleaks version, update license filename, fix vulns by
@zricethezavin gitleaks/gitleaks-action#178New Contributors
@paulschuberthmade their first contribution in gitleaks/gitleaks-action#113Full Changelog: https://github.com/gitleaks/gitleaks-action/compare/v2.3.7...v2.3.8
... (truncated)
Commits
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 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)
Package Dependencies
Technical Details
| ID: | 16145869 |
| UUID: | 5070991610 |
| Node ID: | PR_kwDOTus2x877EiGn |
| Host: | GitHub |
| Repository: | boiyelove/Terraform-Enterprise-Sentinel-Guard |