[16 December, 2025] Feature branch for self-hosted runner billing part 1 (#58631)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: cmuto09 <cmuto09@github.com> Co-authored-by: Sophie <29382425+sophietheking@users.noreply.github.com> Co-authored-by: Jules <19994093+jules-p@users.noreply.github.com> Co-authored-by: Laura Coursen <lecoursen@github.com> Co-authored-by: Collin McNeese <collinmcneese@github.com>
This commit is contained in:
@@ -1 +1 @@
|
||||
{% 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.
|
||||
{% 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.
|
||||
|
||||
8
data/reusables/actions/self-hosted-price-note.md
Normal file
8
data/reusables/actions/self-hosted-price-note.md
Normal file
@@ -0,0 +1,8 @@
|
||||
{% 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 %}
|
||||
13
data/reusables/billing/actions-price-changes.md
Normal file
13
data/reusables/billing/actions-price-changes.md
Normal file
@@ -0,0 +1,13 @@
|
||||
{% 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 %}
|
||||
6
data/reusables/billing/actions-standard-runner-prices.md
Normal file
6
data/reusables/billing/actions-standard-runner-prices.md
Normal file
@@ -0,0 +1,6 @@
|
||||
| Operating system | Billing SKU | Per-minute rate until January 1, 2026 (USD) | January 1, 2026 onward | Percentage change |
|
||||
| ------------------------------------ | -------------|----------------- |---------------|--------|
|
||||
| Linux 1-core | `linux_slim` | $0.002 | $0.002 | 0% |
|
||||
| Linux 2-core | `linux` | $0.008 | $0.006 | -25% |
|
||||
| Windows 2-core | `windows` | $0.016 | $0.010 | -38% |
|
||||
| macOS 3-core or 4-core (M1 or Intel) | `macos` | $0.080 | $0.062 | -23% |
|
||||
1
data/reusables/billing/display-usage-view.md
Normal file
1
data/reusables/billing/display-usage-view.md
Normal file
@@ -0,0 +1 @@
|
||||
1. In the left sidebar, click **Usage** . For enterprises, then click **Metered usage**.
|
||||
Reference in New Issue
Block a user