Bump @github/local-action from 2.6.4 to 3.1.0

Bumps [@github/local-action](https://github.com/github/local-action) from 2.6.4 to 3.1.0.
- [Release notes](https://github.com/github/local-action/releases)
- [Changelog](https://github.com/github/local-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/local-action/compare/v2.6.4...v3.1)

---
updated-dependencies:
- dependency-name: "@github/local-action"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-03-10 09:48:24 +00:00
committed by GitHub
parent 14532adb8a
commit d6d4bd18a5
2 changed files with 69 additions and 8 deletions

75
package-lock.json generated
View File

@ -13,7 +13,7 @@
},
"devDependencies": {
"@eslint/compat": "^1.2.7",
"@github/local-action": "^2.6.4",
"@github/local-action": "^3.1.0",
"@jest/globals": "^29.7.0",
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-node-resolve": "^16.0.0",
@ -1610,17 +1610,21 @@
}
},
"node_modules/@github/local-action": {
"version": "2.6.4",
"resolved": "https://registry.npmjs.org/@github/local-action/-/local-action-2.6.4.tgz",
"integrity": "sha512-XQsA3fgIAPnaIa9EEyg1OVFg6pXqVd/TqMK6zhu9arjLCZGrLEVDOE4E0ry+22gbTbLjyaQv0SeWTolAbXm2WA==",
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/@github/local-action/-/local-action-3.1.0.tgz",
"integrity": "sha512-CvSuDWJzk4HYRdem3lOH4ylT95YyynoRxWoK7A1BmhShcDKpxeFmnGmh+yG+EJ8WAXxInbYGIqal0KKvkaR09A==",
"dev": true,
"license": "MIT",
"dependencies": {
"@actions/artifact": "^2.2.0",
"@actions/core": "^1.11.1",
"@actions/exec": "^1.1.1",
"@actions/github": "^6.0.0",
"@actions/http-client": "^2.2.3",
"@octokit/core": "^6.1.3",
"@octokit/plugin-paginate-rest": "^11.4.3",
"@octokit/plugin-request-log": "^5.3.1",
"@octokit/plugin-rest-endpoint-methods": "^13.3.1",
"@octokit/plugin-retry": "^7.1.2",
"archiver": "^7.0.1",
"chalk": "^5.3.0",
@ -1632,6 +1636,7 @@
"tsconfig-paths": "^4.2.0",
"tsx": "^4.19.2",
"typescript": "^5.6.3",
"undici": "^7.4.0",
"unzip-stream": "^0.3.4",
"yaml": "^2.6.1"
},
@ -1642,6 +1647,51 @@
"node": ">=20"
}
},
"node_modules/@github/local-action/node_modules/@octokit/plugin-paginate-rest": {
"version": "11.4.3",
"resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-11.4.3.tgz",
"integrity": "sha512-tBXaAbXkqVJlRoA/zQVe9mUdb8rScmivqtpv3ovsC5xhje/a+NOCivs7eUhWBwCApJVsR4G5HMeaLbq7PxqZGA==",
"dev": true,
"license": "MIT",
"dependencies": {
"@octokit/types": "^13.7.0"
},
"engines": {
"node": ">= 18"
},
"peerDependencies": {
"@octokit/core": ">=6"
}
},
"node_modules/@github/local-action/node_modules/@octokit/plugin-request-log": {
"version": "5.3.1",
"resolved": "https://registry.npmjs.org/@octokit/plugin-request-log/-/plugin-request-log-5.3.1.tgz",
"integrity": "sha512-n/lNeCtq+9ofhC15xzmJCNKP2BWTv8Ih2TTy+jatNCCq/gQP/V7rK3fjIfuz0pDWDALO/o/4QY4hyOF6TQQFUw==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">= 18"
},
"peerDependencies": {
"@octokit/core": ">=6"
}
},
"node_modules/@github/local-action/node_modules/@octokit/plugin-rest-endpoint-methods": {
"version": "13.3.1",
"resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-13.3.1.tgz",
"integrity": "sha512-o8uOBdsyR+WR8MK9Cco8dCgvG13H1RlM1nWnK/W7TEACQBFux/vPREgKucxUfuDQ5yi1T3hGf4C5ZmZXAERgwQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"@octokit/types": "^13.8.0"
},
"engines": {
"node": ">= 18"
},
"peerDependencies": {
"@octokit/core": ">=6"
}
},
"node_modules/@github/local-action/node_modules/chalk": {
"version": "5.4.1",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.4.1.tgz",
@ -1680,6 +1730,16 @@
"node": ">=6"
}
},
"node_modules/@github/local-action/node_modules/undici": {
"version": "7.4.0",
"resolved": "https://registry.npmjs.org/undici/-/undici-7.4.0.tgz",
"integrity": "sha512-PUQM3/es3noM24oUn10u3kNNap0AbxESOmnssmW+dOi9yGwlUSi5nTNYl3bNbTkWOF8YZDkx2tCmj9OtQ3iGGw==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=20.18.1"
}
},
"node_modules/@humanfs/core": {
"version": "0.19.1",
"resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.1.tgz",
@ -2604,10 +2664,11 @@
}
},
"node_modules/@octokit/types": {
"version": "13.7.0",
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-13.7.0.tgz",
"integrity": "sha512-BXfRP+3P3IN6fd4uF3SniaHKOO4UXWBfkdR3vA8mIvaoO/wLjGN5qivUtW0QRitBHHMcfC41SLhNVYIZZE+wkA==",
"version": "13.8.0",
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-13.8.0.tgz",
"integrity": "sha512-x7DjTIbEpEWXK99DMd01QfWy0hd5h4EN+Q7shkdKds3otGQP+oWE/y0A76i1OvH9fygo4ddvNf7ZvF0t78P98A==",
"dev": true,
"license": "MIT",
"dependencies": {
"@octokit/openapi-types": "^23.0.1"
}