Salman Chishti
3a2844b7e9
Merge pull request #700 from actions/salmanmkc/expose-getoctokit + prepare release for v9
...
feat!: add getOctokit to script context, upgrade @actions/github v9, @octokit/core v7, and related packages
v9
v9.0.0
2026-04-09 23:39:54 +01:00
Salman Muin Kayser Chishti
ca10bbdd1a
fix: use @octokit/core/types import for v7 compatibility
...
The merge from main incorrectly used the v5 import path
(@octokit/core/dist-types/types). v7 exports types via
@octokit/core/types in its package.json exports map.
Rebuild dist with correct dependency resolution.
2026-04-09 22:14:16 +01:00
Salman Muin Kayser Chishti
86e48e20ac
merge: incorporate main branch changes
...
- Resolve integration.yml merge conflicts (user-agent assertions)
- Fix OctokitOptions import path to @octokit/core/dist-types/types
- Rebuild dist
2026-04-09 22:10:00 +01:00
Salman Muin Kayser Chishti
c1084728b5
chore: rebuild dist for v9 upgrade and getOctokit factory
2026-04-09 22:02:13 +01:00
Salman Chishti
afff112e4f
Merge pull request #712 from actions/salmanmkc/deployment-false + fix user-agent test to handle orchestration ID
...
ci: use deployment: false for integration test environments
2026-04-09 21:40:10 +01:00
Salman Muin Kayser Chishti
ff8117e5b7
ci: fix user-agent test to handle orchestration ID
2026-04-09 19:24:48 +00:00
Salman Muin Kayser Chishti
81c6b78760
ci: use deployment: false to suppress deployment noise from integration tests
2026-04-09 19:02:40 +00:00
Salman Muin Kayser Chishti
3953caf885
docs: update README examples from @v8 to @v9, add getOctokit docs and v9 breaking changes
2026-04-09 19:16:01 +01:00
Salman Muin Kayser Chishti
c17d55b90d
ci: add getOctokit integration test job
2026-04-09 19:16:00 +01:00
Salman Muin Kayser Chishti
a047196d9a
test: add getOctokit integration tests via callAsyncFunction
2026-04-09 19:15:58 +01:00
Salman Muin Kayser Chishti
3d149a5dc3
test: add getOctokit context tests to async-function suite
2026-04-09 19:15:56 +01:00
Salman Muin Kayser Chishti
73b5e99fba
test: add 16 unit tests for getOctokit factory
2026-04-09 19:15:54 +01:00
Salman Muin Kayser Chishti
19ac6e42c0
feat: wire getOctokit factory into script context
2026-04-09 19:15:53 +01:00
Salman Muin Kayser Chishti
0c2c53e809
feat: add getOctokit factory with deep merge, stripUndefined, and plugin dedup
2026-04-09 19:15:51 +01:00
Salman Muin Kayser Chishti
652783f052
types: update type declarations to match v9 async-function changes
2026-04-09 19:15:49 +01:00
Salman Muin Kayser Chishti
af48da85cb
refactor: update async-function types for v9 imports, add getOctokit to arguments
2026-04-09 19:15:47 +01:00
Salman Muin Kayser Chishti
926497b406
refactor: update OctokitOptions import path for v9
2026-04-09 19:15:46 +01:00
Salman Muin Kayser Chishti
26bb776791
chore: refresh license cache for upgraded dependencies
2026-04-09 19:15:43 +01:00
Salman Muin Kayser Chishti
84e9b9d216
build: switch to ES2022 target with bundler module resolution
2026-04-09 19:15:41 +01:00
Salman Muin Kayser Chishti
34cab63564
chore: update package-lock.json for v9 dependencies
2026-04-09 19:15:39 +01:00
Salman Muin Kayser Chishti
ff4b64fc28
feat!: bump version to 9.0.0, upgrade @actions/github to v9
2026-04-09 19:15:31 +01:00
Tingluo Huang
450193c5ab
Merge pull request #695 from actions/copilot/add-orchestration-id-user-agent
...
Add ACTIONS_ORCHESTRATION_ID to user-agent string
2026-01-07 10:23:37 -05:00
copilot-swe-agent[bot]
b67a972797
Change orchestration ID format to actions_orchestration_id
...
Co-authored-by: TingluoHuang <1750815+TingluoHuang@users.noreply.github.com >
2026-01-07 04:17:15 +00:00
copilot-swe-agent[bot]
c0078b2072
Simplify user-agent logic and update integration test
...
Co-authored-by: TingluoHuang <1750815+TingluoHuang@users.noreply.github.com >
2026-01-06 23:05:20 +00:00
copilot-swe-agent[bot]
c36bdc0a3a
Fix user-agent to handle empty string correctly
...
Co-authored-by: TingluoHuang <1750815+TingluoHuang@users.noreply.github.com >
2026-01-06 22:55:13 +00:00
copilot-swe-agent[bot]
b588811d63
Revert package-lock.json changes to remove peer flags
...
Co-authored-by: TingluoHuang <1750815+TingluoHuang@users.noreply.github.com >
2026-01-06 22:46:11 +00:00
copilot-swe-agent[bot]
135f4fc944
Replace invalid characters with underscore instead of removing them
...
Co-authored-by: TingluoHuang <1750815+TingluoHuang@users.noreply.github.com >
2026-01-06 22:39:03 +00:00
copilot-swe-agent[bot]
8a9be95424
Move helper method to end of file and revert package-lock.json changes
...
Co-authored-by: TingluoHuang <1750815+TingluoHuang@users.noreply.github.com >
2026-01-06 22:30:38 +00:00
copilot-swe-agent[bot]
728b23b52d
Remove orchestration-id test file
...
Co-authored-by: TingluoHuang <1750815+TingluoHuang@users.noreply.github.com >
2026-01-06 22:22:39 +00:00
copilot-swe-agent[bot]
f80dad6b51
Add underscore to valid orchestration ID characters
...
Co-authored-by: TingluoHuang <1750815+TingluoHuang@users.noreply.github.com >
2026-01-06 21:27:04 +00:00
copilot-swe-agent[bot]
baada7bb39
Apply prettier formatting to test file
...
Co-authored-by: TingluoHuang <1750815+TingluoHuang@users.noreply.github.com >
2026-01-06 21:15:37 +00:00
copilot-swe-agent[bot]
d053ab3e3c
Add ACTIONS_ORCHESTRATION_ID to user-agent string
...
Co-authored-by: TingluoHuang <1750815+TingluoHuang@users.noreply.github.com >
2026-01-06 21:10:26 +00:00
copilot-swe-agent[bot]
4389015762
Initial plan for ACTIONS_ORCHESTRATION_ID user-agent support
...
Co-authored-by: TingluoHuang <1750815+TingluoHuang@users.noreply.github.com >
2026-01-06 21:07:40 +00:00
copilot-swe-agent[bot]
6599b4813b
Initial plan
2026-01-06 21:02:44 +00:00
Sneha Kripanandan
ed597411d8
Merge pull request #653 from actions/sneha-krip/readme-for-v8
...
README for updating actions/github-script from v7 to v8
v8
v8.0.0
2025-09-04 10:48:16 -04:00
Sneha Kripanandan
2dc352e4ba
Bold minimum Actions Runner version in README
2025-09-04 10:43:07 -04:00
Sneha Kripanandan
01e118c8d0
Update README for Node 24 runtime requirements
2025-09-04 10:42:40 -04:00
Sneha Kripanandan
8b222ac82e
Apply suggestion from @salmanmkc
...
Co-authored-by: Salman Chishti <salmanmkc@GitHub.com >
2025-09-04 10:39:58 -04:00
Sneha Kripanandan
adc0eeac99
README for updating actions/github-script from v7 to v8
2025-09-04 10:27:46 -04:00
Salman Chishti
20fe497b3f
Merge pull request #637 from actions/node24
...
Update Node.js version support to 24.x
2025-09-04 10:55:50 +01:00
Salman Muin Kayser Chishti
e7b7f222b1
update licenses
2025-08-08 12:15:47 +01:00
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
Ben De St Paer-Gotch
f28e40c7f3
Merge pull request #610 from actions/nebuk89-patch-1
...
Update README.md
v7
v7.1.0
2025-06-06 09:19:36 +01:00
Ben De St Paer-Gotch
1ae9958572
Update README.md
2025-06-02 10:34:00 +01:00
Josh Gross
5ee2b97722
Merge pull request #603 from actions/joshmgross/document-inputs
...
Clearly document passing inputs to the `script`
2025-05-14 10:27:18 -04:00
Josh Gross
3424b52d08
typo fixes
2025-05-13 11:04:53 -04:00
Josh Gross
f9d8109d52
Clearly document passing inputs to the script
2025-05-13 10:53:59 -04:00
Josh Gross
e7aeb8c663
Merge pull request #575 from actions/dependabot/github_actions/ruby/setup-ruby-1.229.0
...
Bump ruby/setup-ruby from 1.222.0 to 1.229.0
2025-04-02 10:56:06 -04:00
dependabot[bot]
5b5837ac81
Bump ruby/setup-ruby from 1.222.0 to 1.229.0
...
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby ) from 1.222.0 to 1.229.0.
- [Release notes](https://github.com/ruby/setup-ruby/releases )
- [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb )
- [Commits](https://github.com/ruby/setup-ruby/compare/277ba2a127aba66d45bad0fa2dc56f80dbfedffa...354a1ad156761f5ee2b7b13fa8e09943a5e8d252 )
---
updated-dependencies:
- dependency-name: ruby/setup-ruby
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-31 19:45:58 +00:00
Josh Gross
3908079ba1
Merge pull request #563 from actions/dependabot/github_actions/ruby/setup-ruby-1.222.0
...
Bump ruby/setup-ruby from 1.213.0 to 1.222.0
2025-03-10 15:14:55 -04:00