Skip to content

Releases: actions/github-script

v5.0.0

24 Sep 16:42
441359b
Compare
Choose a tag to compare

What's Changed

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

23 Sep 18:47
deb7ae9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.1.0...v4.1.1

v4.1.0

19 Aug 17:55
f891eff
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.2...v4.1.0

Update @actions/core package

23 Apr 17:31
a3e7071
Compare
Choose a tag to compare

This release updates the @actions/core package to 1.2.7 - #137

Fix "require" search path

21 Apr 22:33
85e88a6
Compare
Choose a tag to compare

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

21 Apr 21:54
95fb649
Compare
Choose a tag to compare

This release adds support for relative require paths, as well as requiring npm modules installed in the working directory.

Add `@actions/glob` package

30 Mar 18:04
f05a81d
Compare
Choose a tag to compare

This releases adds the @actions/glob package, which can be used in scripts via the glob variable - #127

Update Octokit Dependencies

17 Nov 14:17
47f7cf6
Compare
Choose a tag to compare

Fix build

17 Nov 13:44
3c58ce3
Compare
Choose a tag to compare

I made an error in building v3.0.1, and this resolves that.

Bump actions-core

17 Nov 13:13
ff0a9e8
Compare
Choose a tag to compare

This release bumps actions-core to 1.2.6.