Files
gitleaks-action/package.json
Bryan Beverly bb773feead chore: migrate to Node 24 runtime (v3)
- Update action.yml from node20 to node24
- Bump @actions/core from 1.10.0 to 1.11.1
- Rebuild dist/ bundle
- Update example.yml: checkout@v3 -> @v6, gitleaks-action@v2 -> @v3
- Update gitleaks-action-HEAD.yml: checkout@v4 -> @v6
- Add v2 -> v3 migration guide to README

GitHub is deprecating Node 20 for Actions on June 2, 2026
(opt-out required) with full removal on September 16, 2026.
This is a breaking change released as v3.0.0 to give users
explicit control over the upgrade.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-05 11:59:44 -07:00

16 lines
374 B
JSON

{
"dependencies": {
"@actions/artifact": "^2.3.2",
"@actions/cache": "^4.0.0",
"@actions/core": "^1.11.1",
"@actions/exec": "^1.1.1",
"@actions/tool-cache": "^1.7.2",
"@octokit/rest": "^18.12.0"
},
"devDependencies": {
"@vercel/ncc": "^0.34.0"
},
"license": "SEE LICENSE IN COMMERCIAL-LICENSE.txt",
"name": "gitleaks-github-action"
}