Aiqiao Yan
0607d7a54b
release new versions for a few packages
2026-04-21 17:15:02 +00:00
Aiqiao Yan
4ee32849b4
Merge pull request #2346 from actions/dependabot/npm_and_yarn/packages/github/undici-6.24.0
...
chore(deps): bump undici from 6.23.0 to 6.24.0 in /packages/github
2026-04-21 12:55:26 -04:00
Salman Chishti
e4598e374b
chore: bump @actions/github to 9.1.0 for release
...
- Version bump 9.0.0 → 9.1.0 in package.json
- Update RELEASES.md with idempotency guard note and PR link
2026-04-08 20:07:19 +00:00
Salman Chishti
3643ce2db4
style: fix prettier formatting in orchestration tests
2026-04-08 19:38:31 +00:00
Salman Chishti
ffeb50bd02
fix: prevent duplicate orchestration ID in user-agent
...
Add idempotency check to getUserAgentWithOrchestrationId — if the
tag is already present in baseUserAgent, return it unchanged. This
prevents doubling when both the exported helper and getOctokitOptions
run for the same client.
2026-04-08 16:49:32 +00:00
Salman Chishti
b0917c5a37
style: fix prettier formatting in orchestration tests
2026-04-07 16:35:32 +00:00
Salman Chishti
a8ea745713
feat(github): append orchestration ID to user-agent in getOctokitOptions
...
When ACTIONS_ORCHESTRATION_ID is set, appends
actions_orchestration_id/{sanitizedId} to the user-agent string.
- Add getUserAgentWithOrchestrationId() to internal/utils.ts
- Wire into getOctokitOptions() so all getOctokit() calls include it
- Re-export helper from @actions/github/lib/utils for downstream consumers
- 14 deterministic unit tests covering helper, integration, edge cases
2026-04-07 16:16:11 +00:00
dependabot[bot]
bbaffb4bb3
chore(deps): bump undici from 6.23.0 to 6.24.0 in /packages/github
...
Bumps [undici](https://github.com/nodejs/undici ) from 6.23.0 to 6.24.0.
- [Release notes](https://github.com/nodejs/undici/releases )
- [Commits](https://github.com/nodejs/undici/compare/v6.23.0...v6.24.0 )
---
updated-dependencies:
- dependency-name: undici
dependency-version: 6.24.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-03-14 04:56:28 +00:00
Lokesh Gopu
b05d26b3fa
ESM-only with updated @octokit dependencies
2026-01-27 15:35:32 -05:00
Daniel Kennedy
c0ef67ec49
Release @actions/github v8.0.1
2026-01-27 10:29:06 -05:00
Daniel Kennedy
968fd7f8d3
Bump undici to v6.23.0 and @actions/http-client to v3.0.2 in @actions/github
2026-01-27 10:29:06 -05:00
Lokesh Gopu
f61ae48376
upgrade octokit dependencies
2026-01-22 11:59:59 -05:00
Tingluo Huang
5fc5cdde44
Bump dependency version for actions/github and actions/tool-cache.
2026-01-08 04:58:48 +00:00
Salman Muin Kayser Chishti
d5af54ee78
Update package versions
2025-10-15 16:27:29 +01:00
Salman Muin Kayser Chishti
d44f9b8f13
update some version numbers, will revise in a bit
2025-10-15 16:27:29 +01:00
Salman Muin Kayser Chishti
33a9b6c09c
update with dist updates
2025-10-15 16:22:51 +01:00
Josh Gross
8d8a914a94
Document context.runAttempt in @actions/github 6.0.1 ( #2054 )
2025-05-13 10:37:14 -04:00
Ryan Ghadimi
917a43eb6e
bump octokit methods
2025-05-07 11:17:56 +00:00
Ryan Ghadimi
07cac0a6b3
bump gh package ver
2025-05-07 11:12:29 +00:00
Ryan Ghadimi
2046ee6d6b
gh package release prep
2025-05-07 11:08:28 +00:00
Ryan Ghadimi
2b476323c4
fix packages/gh deps
2025-05-07 11:05:00 +00:00
Brian DeHamer
412108cd55
add undici to @actions/github dependencies
...
Signed-off-by: Brian DeHamer <bdehamer@github.com >
2025-02-14 08:12:00 -08:00
Brian DeHamer
95e747361e
bump undici to 5.28.5
...
Signed-off-by: Brian DeHamer <bdehamer@github.com >
2025-02-14 08:02:10 -08:00
Maxime Aubanel
faa425440f
Add RUN_ATTEMPT to Github context
2023-11-28 16:32:10 +01:00
Tatyana Kostromskaya
494f12bcd9
Update dependencies in github package ( #1553 )
...
* Update octokit package
* define type for function
* fix linter
* Update github package to latest
* Update RELEASES.md
2023-10-10 16:04:42 +02:00
Tatyana Kostromskaya
eae1b66cb0
fix audit
2023-10-05 16:41:02 +02:00
Tatyana Kostromskaya
111c95866e
fix test + update semver
2023-09-26 11:10:18 +00:00
Tatyana Kostromskaya
ddc9c52eb6
revert octokit changes
2023-09-26 11:05:37 +00:00
Tatyana Kostromskaya
6d37c6eb2b
try to fix tests
2023-09-15 15:04:21 +00:00
Tatyana Kostromskaya
6477ef1460
tests
2023-09-15 13:54:28 +00:00
Tatyana Kostromskaya
2e5b10e3bd
fix tests
2023-09-15 13:45:26 +00:00
Tatyana Kostromskaya
8c1e6a00f0
try to fix test
2023-09-15 13:28:29 +00:00
Tatyana Kostromskaya
b2d5fa216f
update github package
2023-09-14 14:32:08 +00:00
Tatyana Kostromskaya
ce31408ff5
Update dependencies
2023-09-08 14:29:27 +00:00
Vallie Joseph
2461056696
Audit Fix ( #1480 )
...
* fixing audit failures
* replacing lerna bootstrap with npm command
* audit fix for cache and tool-cache
* updating tunnel
* upgrading core packages
* re-adding tunnel as prod dep
* updating dependencies
* updating exec deps
* updating exec io package
* .
* Revert
* updating packages
* adding core as dep
* updating learna config
* updating lerna commands
* Removing audit failing packages in cache + tool-cache
* updating contribution bootstrap description
* updating libraries
* prettier lint
* hiding stricter rules
* updating prettier command
* Removing unknown flag
* Adding eslint prettier
* ignoring sym links
* updating ignore path
* updating prettier rules
* changing prettier + github ver
* updating ts and ignores
* Revert ts
* Adding unknown ignores
* downgrading lerna
* .
* adding nx
* Adding lint auto lint rules
* updating eslint ignore for glob packages
* Adding subdirs to ignore
* adding flag for ignore pattern in linter
* Expanding ignore regex
* Adding ignore rules
* adding another ignore pattern to tsconfig eslint
* adding ignore pattern to eslintrc
* syncing package-json
* updating traverse
* .
* test adding core and http client to base package
* running npm ci
* adding tsconfig paths
* adding base URL
* Adding explicit path to core and http-client
* editing tsc call
* updating artifact packages
* force build
* updating lock file version
* updating lock file version
* upgrading node version
* Adding babel traverse back
* fixing build issue
* fixing typescript ver
* updating package json
* Adding ignore for artifact test
* adding ignore to flags
* unlink after test completes
* cleanup
* merge + package edit
2023-08-03 16:36:11 -04:00
Ferenc Hammerl
6b18932b86
Fix missing typescript casts
2022-12-14 01:28:46 +01:00
Luke Tomlinson
4fbc5c941a
Update @actions/github to v5.1.1 ( #1189 )
2022-09-30 14:04:50 -04:00
Luke Tomlinson
ac778acad2
Export default octokit options ( #1188 )
2022-09-30 12:17:19 -04:00
Luke Tomlinson
ebe4ac336f
@actions/github release version 5.1.0 ( #1182 )
2022-09-23 10:01:00 -04:00
Luke Tomlinson
94de2cf6d4
Add additionalPlugins parameter to getOctokit method ( #1181 )
...
* Add additionalPlugins parameter to getOctokit method
* Simplify getOctokit
2022-09-22 16:43:54 -04:00
Francesco Renzi
e1bb04bace
Update internal dependencies
2022-09-16 15:47:36 +00:00
Konrad Pabjan
500d0b42fe
Bump all packages that have @actions/http-client as a dependency ( #1088 )
...
* bump @actions/artifact
* update @actions/cache
* Update @actions/core
* Update @actions/github
* update @actions/tool-cache
2022-05-13 11:12:58 -04:00
Konrad Pabjan
82efa3d285
Bump @actions/http-client in all packages that use it ( #1087 )
2022-05-13 10:58:36 -04:00
Brian Cristante
aa676f3cc7
Update other packages to use http-client v2 ( #1082 )
...
We moved `@actions/http-client` to be part of the toolkit in https://github.com/actions/toolkit/pull/1062 . We also made some breaking changes to exported types and released v2.
The biggest change in terms of lines of code affected was to get rid of the `I-` prefix for interfaces since TypeScript doesn't follow this convention.
I bumped the patch version of all packages except for `tool-cache`, where I bumped the major version. The rationale is explained in the release notes for that package.
2022-05-11 17:14:25 -04:00
Luke Tomlinson
745f129332
Update @actions/github to 5.0.1 ( #1038 )
...
* Update @actions/github to 5.0.1
* Fix package-lock.json
2022-03-31 13:53:55 -04:00
Luke Tomlinson
7e7e8d4206
Update octokit dependencies ( #1037 )
2022-03-31 10:36:40 -04:00
Luke Tomlinson
e2eeb0a784
Fix high sev in github package ( #924 )
2021-10-15 15:26:30 -04:00
Luke Tomlinson
6ce349e08c
Update High Severity Dev Dependencies ( #923 )
...
* Update deps
* More Updates
* Use npm 7
* Update package-lock.json
2021-10-14 09:20:09 -04:00
dependabot[bot]
aa29345ae8
Bump ws from 7.2.3 to 7.4.6 ( #823 )
...
Bumps [ws](https://github.com/websockets/ws ) from 7.2.3 to 7.4.6.
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/compare/7.2.3...7.4.6 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-01 09:50:25 -04:00
Thomas Boop
0d74e9080a
Re-enable the audit tools step and update dependencies ( #815 )
...
* update package versions
* run audit
* fix eslint config
* linter updates
* re-enable audit
* update timeouts test
* pass done into callback
* fix format
2021-05-21 09:19:40 -04:00