Skip to content

Releases: actions/github-script

Update actions/github

04 Jun 18:18
6e5ee1d
Compare
Choose a tag to compare

This updates the NPM package @actions/github to the latest version, which includes updates to the rest API interface.

Add @actions/io

20 May 13:56
c7971c2
Compare
Choose a tag to compare

This release includes the @actions/io package, exposed as io in the script.

Initial release

18 May 18:33
048309c
Compare
Choose a tag to compare

This is the initial major release of actions/github-script

Add @actions/core

24 Mar 19:15
5d03ada
Compare
Choose a tag to compare

This release adds the core variable to the script, which gives one access to the @actions/core package.

Fix version references

28 Feb 14:19
80a5e94
Compare
Choose a tag to compare

The previous release had 0.6.0 in package*.json, and the README. This release has proper versions, because pedantry.

Update @actions dependencies

28 Feb 14:13
0cb5c91
Compare
Choose a tag to compare

Fix async/await

25 Feb 20:46
5363c89
Compare
Choose a tag to compare

Version 0.5.0 targeted an older version of ECMAScript. This version builds the action for ES2018.

Default to github-token

13 Feb 19:19
f3c2f2e
Compare
Choose a tag to compare

This release includes #24, which defaults to using the default GitHub token from the workflow context.

Add result-encoding

08 Jan 20:00
83e4cfe
Compare
Choose a tag to compare

This release adds the "result-encoding" input (see README).

Add "require" to function context

13 Nov 23:05
9f3a1f1
Compare
Choose a tag to compare

This release passes require to the function context, meaning you can require native Node.js modules (though still not modules in your repository's node_modules directory, for example).