actions
Get runner version end-of-life schedule for a repository
Gets the end-of-life schedule for a specific runner version in a repository. Returns the runner version and the dates when registration and runtime support will end.
Authenticated users must have admin access to the repository to use this endpoint.
OAuth app tokens and personal access tokens (classic) need the repo scope to use this endpoint.
get/repos/{owner}/{repo}/actions/runners/deprecations/{version}
Path parameters
ownerstring required
The account owner of the repository. The name is not case sensitive.
repostring required
The name of the repository without the .git extension. The name is not case sensitive.
versionstring required
The runner version to look up.
Response
Response
Example response
{
"runner_version": "2.300.0",
"registration_deprecates_at": "2026-08-01T00:00:00Z",
"runtime_deprecates_at": "2026-09-01T00:00:00Z"
}