Product-specific Billing APIs for GitHub Actions and Packages Are Closing Down
Allison summarizes the closure of GitHub’s product-specific billing APIs for Actions, Packages, and shared storage, guiding users to the new consolidated usage endpoint.
Product-specific Billing APIs for GitHub Actions and Packages Are Closing Down
GitHub has officially closed the remaining product-specific billing API endpoints for Actions (/settings/billing/actions
), Packages (/settings/billing/packages
), and shared storage (/settings/billing/shared-storage
) for enterprises, organizations, and individual users.
What’s Changing
- These endpoints are no longer supported or accessible.
- All users must now switch to a consolidated usage endpoint for accessing metered product usage and billing data.
Migration Guidance
- Reference Migrating from the endpoints used for the previous billing platform for details on moving automated reporting workflows to the new API.
Impact
- Developers who automated usage reporting or billing queries with the retiring endpoints will need to update their scripts and tools.
- The migration provides a single API endpoint for all usage details, simplifying future billing integrations.
Next Steps
- Update any code or workflow automation to use the unified endpoint.
- Review GitHub documentation for best practices on usage data automation.
For more details, visit the GitHub Blog announcement.
This post appeared first on “The GitHub Blog”. Read the entire article here