chore(deps): update actions/github-script action to v7
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| actions/github-script | action | major | 0.9.0 -> v7.0.1 |
Release Notes
actions/github-script (actions/github-script)
v7.0.1
What's Changed
- Avoid setting
baseUrlto undefined when input is not provided by @joshmgross in https://github.com/actions/github-script/pull/439
Full Changelog: https://github.com/actions/github-script/compare/v7.0.0...v7.0.1
v7.0.0
What's Changed
- Add base-url option by @robandpdx in https://github.com/actions/github-script/pull/429
- Expose async-function argument type by @viktorlott in https://github.com/actions/github-script/pull/402, see for details https://github.com/actions/github-script#use-scripts-with-jsdoc-support
- Update dependencies and use Node 20 by @joshmgross in https://github.com/actions/github-script/pull/425
New Contributors
- @navarroaxel made their first contribution in https://github.com/actions/github-script/pull/285
- @robandpdx made their first contribution in https://github.com/actions/github-script/pull/429
- @viktorlott made their first contribution in https://github.com/actions/github-script/pull/402
Full Changelog: https://github.com/actions/github-script/compare/v6.4.1...v7.0.0
v6.4.1
What's Changed
- Add @octokit/plugin-request-log, to produce debug output for requests by @mjpieters in https://github.com/actions/github-script/pull/358
- fix input handling by @mjpieters in https://github.com/actions/github-script/pull/357
- Remove unused dependencies by @mjpieters in https://github.com/actions/github-script/pull/356
- Default debug to current runner debug state by @mjpieters in https://github.com/actions/github-script/pull/363
New Contributors
- @mjpieters made their first contribution in https://github.com/actions/github-script/pull/358
Full Changelog: https://github.com/actions/github-script/compare/v6.4.0...v6.4.1
v6.4.0
What's Changed
- Bump json5 from 2.1.3 to 2.2.3 by @dependabot in https://github.com/actions/github-script/pull/319
- Bump minimatch from 3.0.4 to 3.1.2 by @dependabot in https://github.com/actions/github-script/pull/320
- Add node-fetch by @danmichaelo in https://github.com/actions/github-script/pull/321
New Contributors
- @jongwooo made their first contribution in https://github.com/actions/github-script/pull/313
- @austinvazquez made their first contribution in https://github.com/actions/github-script/pull/306
- @danmichaelo made their first contribution in https://github.com/actions/github-script/pull/321
Full Changelog: https://github.com/actions/github-script/compare/v6.3.3...v6.4.0
v6.3.3
What's Changed
- Update
@actions/globto 0.3.0 by @nineinchnick in https://github.com/actions/github-script/pull/279
New Contributors
- @nineinchnick made their first contribution in https://github.com/actions/github-script/pull/279
Full Changelog: https://github.com/actions/github-script/compare/v6.3.2...v6.3.3
v6.3.2
What's Changed
- Update @actions/core to 1.10.0 by @rentziass in https://github.com/actions/github-script/pull/295
New Contributors
- @rentziass made their first contribution in https://github.com/actions/github-script/pull/295
Full Changelog: https://github.com/actions/github-script/compare/v6.3.1...v6.3.2
v6.3.1
What's Changed
- Fix overriding request options from @actions/github by @luketomlinson in https://github.com/actions/github-script/pull/293
Full Changelog: https://github.com/actions/github-script/compare/v6.3.0...v6.3.1
v6.3.0
What's Changed
- Add retry plugin and related options by @luketomlinson in https://github.com/actions/github-script/pull/288, see https://github.com/actions/github-script/tree/v6.3.0#retries for more information.
New Contributors
- @luketomlinson made their first contribution in https://github.com/actions/github-script/pull/288
Full Changelog: https://github.com/actions/github-script/compare/v6.2.0...v6.3.0
v6.2.0
What's Changed
- Update
@octokit/plugin-rest-endpoint-methodsto version 6.x by @desrosj in https://github.com/actions/github-script/pull/283
New Contributors
- @desrosj made their first contribution in https://github.com/actions/github-script/pull/283
Full Changelog: https://github.com/actions/github-script/compare/v6.1.1...v6.2.0
v6.1.1
What's Changed
- Bump shell-quote from 1.7.2 to 1.7.3 by @dependabot in https://github.com/actions/github-script/pull/270
- Bump @actions/core to 1.9.1 by @cory-miller in https://github.com/actions/github-script/pull/280
Non-code changes
- Create codeql-analysis.yml by @joshmgross in https://github.com/actions/github-script/pull/267
- Improve grammar by @kevgo in https://github.com/actions/github-script/pull/269
New Contributors
- @kevgo made their first contribution in https://github.com/actions/github-script/pull/269
- @cory-miller made their first contribution in https://github.com/actions/github-script/pull/280
Full Changelog: https://github.com/actions/github-script/compare/v6.1.0...v6.1.1
v6.1.0
What's Changed
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot in https://github.com/actions/github-script/pull/251
- Update
@actions/coreto 1.8.1 by @smaeda-ks in https://github.com/actions/github-script/pull/263
New Contributors
- @josh- made their first contribution in https://github.com/actions/github-script/pull/252
- @dlech made their first contribution in https://github.com/actions/github-script/pull/254
- @smaeda-ks made their first contribution in https://github.com/actions/github-script/pull/263
Full Changelog: https://github.com/actions/github-script/compare/v6.0.0...v6.1.0
v6.0.0
What's Changed
- Update default runtime to node16 by @thboop in https://github.com/actions/github-script/pull/235
- Update
node-fetchby @joshmgross in https://github.com/actions/github-script/pull/237 - Update
@actions/coreto 1.6.0 by @joshmgross in https://github.com/actions/github-script/pull/238
Breaking Changes
With the update to Node 16 in #235, all scripts will now be run with Node 16 rather than Node 12.
New Contributors
- @thboop made their first contribution in https://github.com/actions/github-script/pull/235
Full Changelog: https://github.com/actions/github-script/compare/v5...v6.0.0
v5.2.0
What's Changed
- Upgrade @actions/core to 1.10.0 for v5 by @rentziass in https://github.com/actions/github-script/pull/350
Full Changelog: https://github.com/actions/github-script/compare/v5.1.1...v5.2.0
v5.1.1
What's Changed
- Bump @actions/core to 1.9.1 by @cory-miller in https://github.com/actions/github-script/pull/281
Full Changelog: https://github.com/actions/github-script/compare/v5.1.0...v5.1.1
v5.1.0
What's Changed
- Update to latest versions for dev dependencies by @joshmgross in https://github.com/actions/github-script/pull/204
- update plugin dependencies by @PeterNitscheMI in https://github.com/actions/github-script/pull/216
- Update licenses and use
jonabc/setup-licensedin workflow by @joshmgross in https://github.com/actions/github-script/pull/228
New Contributors
- @johan-lindqvist made their first contribution in https://github.com/actions/github-script/pull/201
- @ansgarm made their first contribution in https://github.com/actions/github-script/pull/215
- @PeterNitscheMI made their first contribution in https://github.com/actions/github-script/pull/216
Full Changelog: https://github.com/actions/github-script/compare/v5.0.0...v5.1.0
v5.0.0
What's Changed
- Upgrade to the latest version of Octokit by @joshmgross in https://github.com/actions/github-script/pull/193 (Thanks to @IronSean for contributing to this fix)
Breaking Changes
As part of this update, the Octokit context available via github no longer has REST methods directly. These methods are available via github.rest.* - https://github.com/octokit/plugin-rest-endpoint-methods.js/releases/tag/v5.0.0
See https://github.com/actions/github-script#breaking-changes-in-v5
Full Changelog: https://github.com/actions/github-script/compare/v4.1.1...v5.0.0
v4.2.0
What's Changed
- Upgrade @actions/core to 1.10.0 for v4 by @rentziass in https://github.com/actions/github-script/pull/349
Full Changelog: https://github.com/actions/github-script/compare/v4.1.1...v4.2.0
v4.1.1
What's Changed
- Update minor versions of dependencies by @joshmgross in https://github.com/actions/github-script/pull/192
Full Changelog: https://github.com/actions/github-script/compare/v4.1.0...v4.1.1
v4.1.0
What's Changed
- Adding @actions/exec to github-script by @bhavanakonchada in https://github.com/actions/github-script/pull/178
- Run npm audit and update dev dependencies by @joshmgross in https://github.com/actions/github-script/pull/181
New Contributors
- @MichaelDeBoey made their first contribution in https://github.com/actions/github-script/pull/145
- @oscard0m made their first contribution in https://github.com/actions/github-script/pull/174
- @brcrista made their first contribution in https://github.com/actions/github-script/pull/177
- @bhavanakonchada made their first contribution in https://github.com/actions/github-script/pull/178
Full Changelog: https://github.com/actions/github-script/compare/v4.0.2...v4.1.0
v4.0.2: Update @actions/core package
This release updates the @actions/core package to 1.2.7 - https://github.com/actions/github-script/pull/137
v4.0.1: Fix "require" search path
Previously, the wrapped require searched the existing module.paths and then process.cwd(). We now only search process.cwd(). See https://github.com/actions/github-script/pull/136 for details.
v4.0.0: Add support for relative and npm package require
This release adds support for relative require paths, as well as requiring npm modules installed in the working directory.
v3.2.0
What's Changed
- Upgrade @actions/core to 1.10.0 for v3 by @rentziass in https://github.com/actions/github-script/pull/348
Full Changelog: https://github.com/actions/github-script/compare/v3.1.1...v3.2.0
v3.1.1: Add `@actions/glob` package
This releases adds the @actions/glob package, which can be used in scripts via the glob variable - #127
v3.1.0: Update Octokit Dependencies
This release adds the latest Octokit dependencies.
v3.0.2: Fix build
I made an error in building v3.0.1, and this resolves that.
v3.0.1: Bump actions-core
This release bumps actions-core to 1.2.6.
v3.0.0: Update Octokit/Actions Toolkit
The Actions and Octokit dependencies have been bumped. Since they contain major version updates, this also constitutes a major version update for this action:
{
"@​actions/core": "^1.2.4",
"@​actions/github": "^4.0.0",
"@​actions/io": "^1.0.2",
"@​octokit/core": "^3.1.2",
"@​octokit/plugin-paginate-rest": "^2.3.0",
"@​octokit/plugin-rest-endpoint-methods": "^4.1.2"
}
v2.1.0
What's Changed
- Bump @actions/core to 1.10.0 for v2 by @rentziass in https://github.com/actions/github-script/pull/376
Full Changelog: https://github.com/actions/github-script/compare/v2...v2.1.0
v2.0.1: Vendor third-party licenses
This release includes vendored licenses for this action's npm dependencies.
v2.0.0: Update actions/github
This updates the NPM package @actions/github to the latest version, which includes updates to the rest API interface.
v1.1.0: Add @actions/io
This release includes the @actions/io package, exposed as io in the script.
v1.0.1
v1.0.0: Initial release
This is the initial major release of actions/github-script
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.