Releases: actions/github-script
Releases · actions/github-script
v6.3.1
What's Changed
- Fix overriding request options from @actions/github by @luketomlinson in #293
Full Changelog: v6.3.0...v6.3.1
v6.3.0
What's Changed
- Add retry plugin and related options by @luketomlinson in #288, see https://github.com/actions/github-script/tree/v6.3.0#retries for more information.
New Contributors
- @luketomlinson made their first contribution in #288
Full Changelog: v6.2.0...v6.3.0
v6.2.0
v6.1.1
What's Changed
- Bump shell-quote from 1.7.2 to 1.7.3 by @dependabot in #270
- Bump @actions/core to 1.9.1 by @cory-miller in #280
Non-code changes
- Create codeql-analysis.yml by @joshmgross in #267
- Improve grammar by @kevgo in #269
New Contributors
- @kevgo made their first contribution in #269
- @cory-miller made their first contribution in #280
Full Changelog: v6.1.0...v6.1.1
v5.1.1
v6.1.0
What's Changed
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #251
- Update
@actions/core
to 1.8.1 by @smaeda-ks in #263
New Contributors
- @josh- made their first contribution in #252
- @dlech made their first contribution in #254
- @smaeda-ks made their first contribution in #263
Full Changelog: v6.0.0...v6.1.0
v6.0.0
What's Changed
- Update default runtime to node16 by @thboop in #235
- Update
node-fetch
by @joshmgross in #237 - Update
@actions/core
to 1.6.0 by @joshmgross in #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
Full Changelog: v5...v6.0.0
v5.1.0
What's Changed
- Update to latest versions for dev dependencies by @joshmgross in #204
- update plugin dependencies by @PeterNitscheMI in #216
- Update licenses and use
jonabc/setup-licensed
in workflow by @joshmgross in #228
New Contributors
- @johan-lindqvist made their first contribution in #201
- @ansgarm made their first contribution in #215
- @PeterNitscheMI made their first contribution in #216
Full Changelog: v5.0.0...v5.1.0
v5.0.0
What's Changed
- Upgrade to the latest version of Octokit by @joshmgross in #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: v4.1.1...v5.0.0
v4.1.1
What's Changed
- Update minor versions of dependencies by @joshmgross in #192
Full Changelog: v4.1.0...v4.1.1