Sourced from actions/github-script's releases.
v7.0.0
What's Changed
- Add base-url option by
@robandpdx
in actions/github-script#429- Expose async-function argument type by
@viktorlott
in actions/github-script#402, see for details https://github.com/actions/github-script#use-scripts-with-jsdoc-support- Update dependencies and use Node 20 by
@joshmgross
in actions/github-script#425New Contributors
@navarroaxel
made their first contribution in actions/github-script#285@robandpdx
made their first contribution in actions/github-script#429@viktorlott
made their first contribution in actions/github-script#402Full 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 actions/github-script#358- fix input handling by
@mjpieters
in actions/github-script#357- Remove unused dependencies by
@mjpieters
in actions/github-script#356- Default debug to current runner debug state by
@mjpieters
in actions/github-script#363New Contributors
@mjpieters
made their first contribution in actions/github-script#358Full 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 actions/github-script#319- Bump minimatch from 3.0.4 to 3.1.2 by
@dependabot
in actions/github-script#320- Add node-fetch by
@danmichaelo
in actions/github-script#321New Contributors
@jongwooo
made their first contribution in actions/github-script#313@austinvazquez
made their first contribution in actions/github-script#306@danmichaelo
made their first contribution in actions/github-script#321Full Changelog: https://github.com/actions/github-script/compare/v6.3.3...v6.4.0
v6.3.3
What's Changed
- Update
@actions/glob
to 0.3.0 by@nineinchnick
in actions/github-script#279New Contributors
@nineinchnick
made their first contribution in actions/github-script#279Full 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 actions/github-script#295
... (truncated)
e69ef54
Merge pull request #425
from actions/joshmgross/node-20ee0914b
Update licensesd6fc56f
Use @types/node
for Node 20384d6cf
Fix quotations in tests8472492
Only validate GraphQL previews
84903f5
Remove node-fetch
from type5349cf9
Merge branch 'main' into joshmgross/node-20ecae9eb
Merge pull request #402
from typed-actions/export-types044ebbb
Merge branch 'main' into export-types6b5d3ea
Merge pull request #429
from robandpdx/add-base-url-option