Skip to content

v0.16.0

Choose a tag to compare

@github-actions github-actions released this 27 Aug 21:51
df2f277

0.16.0 (2026-08-27)

⚠ BREAKING CHANGES

  • RunnerImageComponent.environmentVariables() can no longer write ACTIONS_RUNNER_HOOK_JOB_STARTED or ACTIONS_RUNNER_HOOK_JOB_COMPLETED. Use RunnerImageComponent.jobStartedHook() or RunnerImageComponent.jobCompletedHook() instead.

Features

Bug Fixes

  • Catch bad webhook configuration (#982) (9bfae79)
  • Organization level runner registration is supported by PAT too (#977) (e2d0ffb)
  • Runner could be erroneously retried even when successful (#980) (55284cf), closes #224