1
0
mirror of synced 2025-12-19 09:57:42 -05:00

GitHub Actions pricing update (#58952)

This commit is contained in:
Laura Coursen
2025-12-17 14:33:29 -06:00
committed by GitHub
parent e4a63ab0d9
commit dd812b368e
17 changed files with 18 additions and 332 deletions

View File

@@ -1,10 +0,0 @@
# Reference: #20361
# Documentation for the self-hosted runner billing changes for GitHub Cloud.
# Shipping on {% data variables.actions.self_hosted_runner_charge_date %}
versions:
# fpt: '*'
# ghec: '*'
# This change will never ship to GHES.
# The value below allows tests to pass while hiding the content for fpt and ghec until
# it's ready to ship to GitHub Cloud on {% data variables.actions.self_hosted_runner_charge_date %}.
ghes: '3.21'

View File

@@ -1 +1 @@
{% data variables.product.prodname_actions %} usage is free for public repositories that use standard {% data variables.product.github %}-hosted runners. See [AUTOTITLE](/actions/writing-workflows/choosing-where-your-workflow-runs/choosing-the-runner-for-a-job#standard-github-hosted-runners-for-public-repositories). For private and internal repositories, each {% data variables.product.github %} account receives a quota of free minutes and storage for use with {% data variables.product.github %}-hosted or self-hosted runners. The quota size depends on the account's plan. Any usage beyond the included amounts is billed to your account.
{% data variables.product.prodname_actions %} usage is free for standard {% data variables.product.prodname_dotcom %}-hosted runners in public repositories, and for self-hosted runners. See [AUTOTITLE](/actions/writing-workflows/choosing-where-your-workflow-runs/choosing-the-runner-for-a-job#standard-github-hosted-runners-for-public-repositories). For private repositories, each {% data variables.product.prodname_dotcom %} account receives a quota of free minutes and storage for use with {% data variables.product.prodname_dotcom %}-hosted runners, depending on the account's plan. Any usage beyond the included amounts is billed to your account.

View File

@@ -1,8 +0,0 @@
{% ifversion actions-cloud-platform-march %}
<!--Nothing to show-->
{% elsif fpt or ghec %}
> [!NOTE]
> Use of self-hosted runners is currently free. From {% data variables.actions.self_hosted_runner_charge_date %}, repository owners will pay a per-minute fee for using the cloud platform to run workflows on self-hosted runners. See [2026 pricing changes for {% data variables.product.prodname_actions %}](https://resources.github.com/actions/2026-pricing-changes-for-github-actions) in {% data variables.product.github %} Executive Insights.
{% endif %}

View File

@@ -1,13 +0,0 @@
{% ifversion actions-cloud-platform-march %}
<!--Nothing to show-->
{% elsif fpt or ghec %}
> [!NOTE]
> Upcoming changes to {% data variables.product.prodname_actions %} pricing:
>
> * **Self-hosted runners**: You will be charged for using the {% data variables.product.prodname_actions %} cloud platform from **{% data variables.actions.self_hosted_runner_charge_date %}**.
> * **{% data variables.product.github %}-hosted runners**: The charge for using actions minutes in private and internal repositories will include the cost of using the cloud platform from **January 1, 2026**.
>
> See [2026 pricing changes for {% data variables.product.prodname_actions %}](https://resources.github.com/actions/2026-pricing-changes-for-github-actions) in {% data variables.product.github %} Executive Insights.
{% endif %}

View File

@@ -7,5 +7,3 @@ github_hosted_runner: 'GitHub-hosted runner'
github_hosted_runners: 'GitHub-hosted runners'
github_hosted_larger_runner: 'GitHub-hosted larger runner'
github_hosted_larger_runners: 'GitHub-hosted larger runners'
# Date when the new billing changes for self-hosted runners on GitHub Cloud will ship
self_hosted_runner_charge_date: 'March 1, 2026'