Releases: actions/github-script
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
v4.1.0
What's Changed
- Adding @actions/exec to github-script by @bhavanakonchada in #178
- Run npm audit and update dev dependencies by @joshmgross in #181
New Contributors
- @MichaelDeBoey made their first contribution in #145
- @oscard0m made their first contribution in #174
- @brcrista made their first contribution in #177
- @bhavanakonchada made their first contribution in #178
Full Changelog: v4.0.2...v4.1.0
Update @actions/core package
This release updates the @actions/core
package to 1.2.7 - #137
Fix "require" search path
Previously, the wrapped require
searched the existing module.paths
and then process.cwd()
. We now only search process.cwd()
. See #136 for details.
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.
Add `@actions/glob` package
This releases adds the @actions/glob
package, which can be used in scripts via the glob
variable - #127
Update Octokit Dependencies
This release adds the latest Octokit dependencies.
Fix build
I made an error in building v3.0.1, and this resolves that.
Bump actions-core
This release bumps actions-core to 1.2.6.