Commit Graph

82 Commits

Author SHA1 Message Date
Salman Muin Kayser Chishti 2c81ba05f3 Update Node.js version support to 24.x
Bump Node.js version requirement from 20.x to 24.x in action configuration and package files. Update @types/node and undici-types dependencies to match Node 24 compatibility.
2025-07-29 14:08:35 +01:00
Josh Gross 7875aed44f Clear up package name confusion 2025-01-17 14:37:40 -05:00
Ben Elan c44be22d0b Upgrade husky to v9 2024-07-24 20:48:36 -07:00
Josh Gross b7fb2001b4 Update version to 7.0.1 2023-11-17 14:15:20 -05:00
Josh Gross d6fc56f33b Use @types/node for Node 20 2023-11-08 11:16:50 -05:00
Josh Gross 5349cf9965 Merge branch 'main' into joshmgross/node-20 2023-11-08 09:45:02 -05:00
Josh Gross 84ab08fe8b Update dependencies and use Node 20 2023-10-11 16:11:59 -04:00
Viktor Lott 56bdc6c318 Expose async-function argument type
We are exposing the async-function argument type for jsDoc
type declaration support. This means that we now could do:
"npm i -D @types/github-script@github:actions/github-script"
and the add:
"@param {import('@types/github-script').AsyncFunctionArguments}
AsyncFunctionArguments".

This could obviously be done in other ways too, like using
"@typed-actions/github-script" instead. But it seems better
to use the actual source repository instead of a third-party
library to import the type declaration.
2023-07-03 13:56:46 +02:00
Martijn Pieters a4f398e58b Remove unused dependencies
The @octokit/plugin- references are not actually (directly) used by
@action/github-script and so only serve to confuse about what exact
version of these is included in the action. The actual versions of
these plugins are set by @action/github.

Ignoring newlines, the dist/index.js file is exactly the same without
listing these dependencies in package.json.
2023-04-04 21:34:19 +01:00
Martijn Pieters 78f623b2da Add @octokit/plugin-request-log, to produce debug output for requests
Without this plugin, the debug setting is, effectively, meaningless as
none of the existing plugins produce log output.

The plugin writes the request options to octokit.log.debug, and response
times as *method path - status in ...ms* to octokit.log.info.
2023-03-30 16:00:56 +01:00
Josh Gross ba6cf3fe7c Bump version to 6.4.0 2023-01-26 11:13:37 -05:00
Dan Michael O. Heggø f34078a491 Make node-fetch available 2023-01-07 00:38:19 +01:00
Dan Michael O. Heggø 311d596c3d Bump ncc 2023-01-07 00:37:32 +01:00
Josh Gross 01fde8b524 Update version to 6.3.3 2022-10-11 17:38:18 -04:00
Josh Gross c09747ec1a Merge branch 'main' into update-glob 2022-10-11 17:29:19 -04:00
Josh Gross 085a7754e8 Bump version to 6.3.2 2022-10-11 11:18:09 -04:00
Francesco Renzi 7ed718295b Update @actions/core to 1.10.0 2022-10-06 11:32:55 +01:00
Luke Tomlinson 8445ca871a Fix overriding request options from @actions/github 2022-09-30 15:15:18 -04:00
Luke Tomlinson d742690307 6.3.0 2022-09-26 11:24:22 -04:00
Luke Tomlinson 355d8955d8 Add retry plugin 2022-09-23 10:56:21 -04:00
Jon Desrosiers 4d94eeabef Update version in package*.json files. 2022-08-25 10:09:03 -04:00
Jon Desrosiers b9c21f17c0 Update @octokit/plugin-rest-endpoint-methods to v6.3.0. 2022-08-19 08:45:20 -04:00
Jon Desrosiers 6e70142499 Update @octokit/plugin-rest-endpoint-methods.
This updates the dependency to the latest version within current SemVer constraints.
2022-08-18 13:50:01 -04:00
Cory Miller 1bdf7b26a5 Bump @actions/core to 1.9.1 2022-08-11 18:35:56 -04:00
Jan Waś 0a9984563e Update @actions/glob to 0.3.0 2022-08-04 23:18:29 +02:00
Shohei Maeda 19fe498d7b Update @actions/core to 1.8.1 2022-05-13 07:29:57 +09:00
Josh Gross 53cdbb4a1b Merge pull request #239 from actions/joshmgross/v6
Release version 6.0.0
2022-02-11 10:21:20 -05:00
Josh Gross cd8eebf4a5 Release version 6.0.0 2022-02-09 16:05:04 -05:00
Josh Gross 72fadf4ee8 Update @actions/core to 1.6.0 2022-02-09 15:58:07 -05:00
PeterNitscheMI 7b791155c1 prepare release 2021-11-19 19:20:22 +01:00
PeterNitscheMI f6f802415c update plugin dependencies 2021-11-19 19:07:40 +01:00
Josh Gross c08c323075 Update to latest versions for dev dependencies 2021-10-12 20:59:24 +00:00
Josh Gross 5e5d515dc7 Upgrade to the latest version of Octokit 2021-09-23 21:16:55 +00:00
Josh Gross 6a0bb322b7 Update minor versions of dependencies 2021-09-23 16:36:42 +00:00
Josh Gross 43434074d0 Update dev dependencies 2021-08-19 13:46:23 -04:00
Bhavana Konchada 6456c11da2 Adding @actions/exec
adding @actions/exec

adding @qctions/exec

updated readme.md

Added license file for @actions/exec
2021-08-11 13:51:41 -07:00
Josh Gross 2b34a689ec Update @actions/core to 1.2.7 2021-04-23 11:42:24 -04:00
Jonathan Clem 5cbb702e24 v4.0.1 2021-04-21 18:30:43 -04:00
Jonathan Clem c758586ea1 v4.0.0 2021-04-21 17:48:25 -04:00
Josh Gross f05a81df23 Update version to 3.1.1 2021-03-30 14:00:42 -04:00
Matisse Hack 8920b9a6ed Add the @actions/glob package 2021-03-29 16:06:39 -07:00
Jonathan Clem 47f7cf65b5 v3.1.0 2020-11-17 09:16:23 -05:00
Jonathan Clem ed05d35c66 Bump Octokit core, REST pagination, REST methdos 2020-11-17 09:13:01 -05:00
Jonathan Clem 3c58ce3675 v3.0.2 2020-11-17 08:43:24 -05:00
Jonathan Clem ff0a9e81a8 v3.0.1 2020-11-17 08:11:47 -05:00
dependabot[bot] 9124ee04c3 Bump @actions/core from 1.2.4 to 1.2.6
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.2.4 to 1.2.6.
- [Release notes](https://github.com/actions/toolkit/releases)
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-05 17:44:36 +00:00
Jonathan Clem 626af12fe9 v3.0.0 2020-08-21 11:04:01 -04:00
Jonathan Clem 563cb72ab7 Bump dev dependencies 2020-08-21 10:58:31 -04:00
Jonathan Clem 3c682f9960 Bump production dependencies 2020-08-21 10:54:17 -04:00
Jonathan Clem 44b873bc97 v2.0.1 2020-08-06 21:11:50 -04:00