Skip to main content

Diese Version von GitHub Enterprise Server wird eingestellt am 2025-08-27. Es wird keine Patch-Freigabe vorgenommen, auch nicht für kritische Sicherheitsprobleme. Für bessere Leistung, verbesserte Sicherheit und neue Features aktualisiere auf die neueste Version von GitHub Enterprise Server. Wende dich an den GitHub Enterprise-Support, um Hilfe zum Upgrade zu erhalten.

Self-hosted runners

You can host your own runners and customize the environment used to run jobs in your GitHub Actions workflows.

A self-hosted runner is a system that you deploy and manage to execute jobs from GitHub Actions on GitHub.

Self-hosted runners:

  • Are free to use with GitHub Actions, but you are responsible for the cost of maintaining your runner machines.
  • Let you create custom hardware configurations that meet your needs with processing power or memory to run larger jobs, install software available on your local network.
  • Receive automatic updates for the self-hosted runner application only, though you may disable automatic updates of the runner.
  • Can use cloud services or local machines that you already pay for.
  • Don't need to have a clean instance for every job execution.
  • Can be organized into groups to restrict access to specific workflows, organizations, and repositories. See Verwalten des Zugriffs auf selbstgehostete Runner mithilfe von Gruppen.
  • Can be physical, virtual, in a container, on-premises, or in a cloud.

You can use self-hosted runners anywhere in the management hierarchy. Repository-level runners are dedicated to a single repository, while organization-level runners can process jobs for multiple repositories in an organization. Organization owners can choose which repositories are allowed to create repository-level self-hosted runners. See GitHub Actions für deine Organisation Deaktivieren oder Einschränken. Finally, enterprise-level runners can be assigned to multiple organizations in an enterprise account.

Next steps

To get hands-on experience with the policies and usage of self-hosted runners, see Erste Schritte mit selbstgehosteten Runnern für dein Unternehmen

To find information about the requirements and supported software and hardware for self-hosted runners, see Referenzen zu selbstgehosteten Runnern.