Hosted runner runtime

dependabot-core Python 3.9 support dropped updater runtime

A custom updater/helper or self-hosted path fails only when Dependabot's embedded runtime advances.

GitHubGitHub platformHosted runner runtimegh_deprecations

Agent Quick Fix

Repair against the current GitHub contract, then keep the change narrow and source-backed.

Product: GitHub
Current-contract area: Dependabot updater drops Python 3.9 support
Likely root cause: A custom updater/helper or self-hosted path fails only when Dependabot's embedded runtime advances.
Repair direction: Verifier executes on the target host matrix and checks a forward-compatible action/runtime change. Verify the supported asynchronous/current path and preserve idempotency.

Symptom

A custom updater/helper or self-hosted path fails only when Dependabot's embedded runtime advances.

Why This Happens

The action's host runtime and runner compatibility are supplied by the CI platform, not by the repository's package.json or source tree.

Common Wrong Fixes

  • Changing local code without checking the current external contract.
  • Retrying the same install, build, or API call with no version/source change.
  • Applying a broad unsafe bypass when a narrow compatibility fix is available.

Codex Search Keywords

These are the search terms observed in a neutral Codex validation run for this failure shape.

dependabot-core Python 3.9 support dropped updater runtime
site:github.com/dependabot/dependabot-core Python 3.9 Dependabot updater

Source Trail