Skip to content

chore(deps): update dependency @actions/github to v9 - #237

Open
renovate[bot] wants to merge 2 commits into
mainfrom
renovate/actions-github-9.x
Open

chore(deps): update dependency @actions/github to v9#237
renovate[bot] wants to merge 2 commits into
mainfrom
renovate/actions-github-9.x

Conversation

@renovate

@renovate renovate Bot commented Jan 27, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@actions/github (source) 6.0.09.1.1 age confidence

Release Notes

actions/toolkit (@​actions/github)

v9.1.1

  • Bump undici from 6.23.0 to 6.24.0 #​2346

v9.1.0

  • Append actions_orchestration_id to user-agent when the ACTIONS_ORCHESTRATION_ID environment variable is set #​2364

v9.0.0

  • Breaking change: Package is now ESM-only
    • CommonJS consumers must use dynamic import() instead of require()
    • Example: const { getOctokit, context } = await import('@​actions/github')
  • Fix TypeScript compilation by migrating to ESM, enabling proper imports from @octokit/core/types

v8.0.1

  • Update undici to 6.23.0
  • Update @actions/http-client to 3.0.2

v8.0.0

  • Update @​octokit dependencies
    • @octokit/core ^7.0.6
    • @octokit/plugin-paginate-rest ^14.0.0
    • @octokit/plugin-rest-endpoint-methods ^17.0.0
    • @octokit/request ^10.0.7
    • @octokit/request-error ^7.1.0
  • Breaking change: Minimum Node.js version is now 20 (previously 18)

v7.0.0

  • Update to v3.0.1 of @actions/http-client

v6.0.1


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added dependencies Pull requests that update a dependency file major npm labels Jan 27, 2026
@renovate
renovate Bot requested a review from a team as a code owner January 27, 2026 23:14
@renovate
renovate Bot force-pushed the renovate/actions-github-9.x branch from 032bfed to e673e15 Compare February 2, 2026 16:04
Comment thread package.json
@@ -22,7 +22,7 @@
"homepage": "https://github.com/clevyr/deploy-matrix-action#readme",
"dependencies": {

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: The build tool @vercel/ncc cannot bundle the new ESM-only @actions/github dependency, creating a broken artifact that will cause the action to crash at runtime.
Severity: CRITICAL

Suggested Fix

Update the build process to correctly handle ESM modules. This can be achieved by either upgrading @vercel/ncc to a version with proper ESM support or replacing it with an alternative bundler like esbuild or webpack. Alternatively, revert the @actions/github dependency to a CommonJS-compatible version until the build system is updated.

Prompt for AI Agent
Review the code at the location below. A potential bug has been identified by an AI
agent.
Verify if this is a real issue. If it is, propose a fix; if not, explain why it's not
valid.

Location: package.json#L23

Potential issue: The project's build tool, `@vercel/ncc@0.38.3`, does not correctly
handle the newly introduced ESM-only dependency `@actions/github@9.0.0`. While the build
command (`npm run build`) completes without error, it produces a non-functional
`dist/index.js` file that is missing the core application logic from `src/index.js`.
When the GitHub Action is triggered, it will attempt to execute this broken bundle,
resulting in a runtime crash and complete failure of the action.

Did we get this right? 👍 / 👎 to inform future reviews.

@renovate
renovate Bot force-pushed the renovate/actions-github-9.x branch 2 times, most recently from a2ec9bf to b3f8f2d Compare February 17, 2026 18:43
@renovate
renovate Bot force-pushed the renovate/actions-github-9.x branch from f1c19e6 to db73810 Compare March 5, 2026 17:20
@renovate
renovate Bot force-pushed the renovate/actions-github-9.x branch from d7204f7 to 73ca392 Compare March 13, 2026 13:12
@renovate
renovate Bot force-pushed the renovate/actions-github-9.x branch from 1503a15 to e886ccf Compare April 1, 2026 15:44
@renovate
renovate Bot force-pushed the renovate/actions-github-9.x branch 2 times, most recently from 7e448a1 to 3a5cc44 Compare April 8, 2026 22:12
@renovate
renovate Bot force-pushed the renovate/actions-github-9.x branch from cbcba57 to 056f168 Compare April 22, 2026 00:45
@renovate
renovate Bot force-pushed the renovate/actions-github-9.x branch from 62b26ee to d70876d Compare April 29, 2026 18:00
@renovate
renovate Bot force-pushed the renovate/actions-github-9.x branch 2 times, most recently from af4c095 to 789e47e Compare May 18, 2026 14:14
@renovate
renovate Bot force-pushed the renovate/actions-github-9.x branch 2 times, most recently from d861c3c to d485b21 Compare June 2, 2026 00:32
@renovate
renovate Bot force-pushed the renovate/actions-github-9.x branch from 7d0d953 to 0e7069a Compare June 11, 2026 22:17
@renovate
renovate Bot force-pushed the renovate/actions-github-9.x branch 2 times, most recently from 469685b to 5a527a1 Compare June 30, 2026 00:57
@renovate
renovate Bot force-pushed the renovate/actions-github-9.x branch from 5c171af to 781b1ce Compare July 18, 2026 03:41
@renovate
renovate Bot force-pushed the renovate/actions-github-9.x branch from ebbfb0d to c417773 Compare July 21, 2026 00:52
@renovate

renovate Bot commented Jul 21, 2026

Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file major npm

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants