Skip to content

chore(deps): update github actions (major)#1653

Merged
viccuad merged 1 commit intomainfrom
renovate/major-github-actions
Apr 13, 2026
Merged

chore(deps): update github actions (major)#1653
viccuad merged 1 commit intomainfrom
renovate/major-github-actions

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 11, 2026

This PR contains the following updates:

Package Type Update Change
actions/github-script action major v8.0.0v9.0.0
kubewarden/github-actions action major v4.6.4v5.0.0

Release Notes

actions/github-script (actions/github-script)

v9.0.0

Compare Source

New features:

  • getOctokit factory function — Available directly in the script context. Create additional authenticated Octokit clients with different tokens for multi-token workflows, GitHub App tokens, and cross-org access. See Creating additional clients with getOctokit for details and examples.
  • Orchestration ID in user-agent — The ACTIONS_ORCHESTRATION_ID environment variable is automatically appended to the user-agent string for request tracing.

Breaking changes:

  • require('@​actions/github') no longer works in scripts. The upgrade to @actions/github v9 (ESM-only) means require('@​actions/github') will fail at runtime. If you previously used patterns like const { getOctokit } = require('@​actions/github') to create secondary clients, use the new injected getOctokit function instead — it's available directly in the script context with no imports needed.
  • getOctokit is now an injected function parameter. Scripts that declare const getOctokit = ... or let getOctokit = ... will get a SyntaxError because JavaScript does not allow const/let redeclaration of function parameters. Use the injected getOctokit directly, or use var getOctokit = ... if you need to redeclare it.
  • If your script accesses other @actions/github internals beyond the standard github/octokit client, you may need to update those references for v9 compatibility.
What's Changed
New Contributors

Full Changelog: actions/github-script@v8.0.0...v9.0.0

kubewarden/github-actions (kubewarden/github-actions)

v5.0.0

Compare Source

  • build: Pin actions to commit of v4.6.5 (#​287)
⚠️ Breaking changes
  • fix(ci): pin dependencies version and verify checksum (#​285)
🧰 Maintenance
  • chore(deps): update updatecli/updatecli-action action to v3 (#​286)
  • chore(deps): update all non-major dependencies (#​271)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Only on Sunday and Saturday (* * * * 0,6)
  • Automerge
    • At any time (no schedule defined)

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

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

Copilot AI review requested due to automatic review settings April 11, 2026 02:45
@renovate renovate Bot requested a review from a team as a code owner April 11, 2026 02:45
@renovate renovate Bot review requested due to automatic review settings April 11, 2026 02:45
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 11, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (main@c26f318). Learn more about missing BASE report.
⚠️ Report is 4 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1653   +/-   ##
=======================================
  Coverage        ?   80.40%           
=======================================
  Files           ?      127           
  Lines           ?    16411           
  Branches        ?        0           
=======================================
  Hits            ?    13196           
  Misses          ?     3215           
  Partials        ?        0           
Flag Coverage Δ
rust-tests 80.40% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copilot AI review requested due to automatic review settings April 13, 2026 08:36
@renovate renovate Bot force-pushed the renovate/major-github-actions branch from 307801f to 17034b2 Compare April 13, 2026 08:36
@renovate renovate Bot review requested due to automatic review settings April 13, 2026 08:36
@viccuad viccuad merged commit 8fec56f into main Apr 13, 2026
55 of 56 checks passed
@github-project-automation github-project-automation Bot moved this from Pending review to Done in Kubewarden Admission Controller Apr 13, 2026
@renovate renovate Bot deleted the renovate/major-github-actions branch April 13, 2026 09:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Development

Successfully merging this pull request may close these issues.

1 participant