Rongchai Wang
Jan 17, 2026 09:16
GitHub introduces price limiting for Actions cache entries at 200 uploads per minute per repository, addressing system stability issues from high-volume uploads.
GitHub has applied a brand new price restrict on its Actions cache system, capping uploads at 200 new cache entries per minute for every repository. The change, introduced January 16, 2026, targets repositories that have been hammering the cache system with rapid-fire uploads and inflicting stability issues throughout the platform.
Downloads stay unaffected. In case your workflows pull present cache entries, nothing adjustments. The restrict particularly targets the creation of latest entries—a distinction that issues for groups operating parallel builds that generate recent cache information.
Why now? GitHub cited “cache thrash” because the offender. Repositories importing large volumes of cache entries briefly bursts have been degrading efficiency for everybody else on the shared infrastructure. The 200-per-minute cap provides heavy customers sufficient headroom for professional use circumstances whereas stopping the form of abuse that was destabilizing the system.
A part of a Broader Actions Overhaul
This price restrict arrives amid a number of vital adjustments to GitHub Actions economics. Earlier this month, GitHub lowered pricing on hosted runners by 15% to 39% relying on measurement. However the greater information hits March 1, 2026, when self-hosted runner utilization in non-public repos begins costing $0.002 per minute—a brand new cost that is pushing some groups to rethink their CI/CD structure fully.
The cache system itself obtained an improve in late 2025, with repositories now in a position to exceed the earlier 10 GB restrict by pay-as-you-go pricing. Each repo nonetheless will get 10 GB free, however heavy customers can now purchase extra moderately than continually combating eviction insurance policies.
What Groups Ought to Verify
Most workflows will not discover this restrict. However when you’re operating matrix builds that generate distinctive cache keys throughout dozens of parallel jobs, do the maths. A 50-job matrix finishing concurrently may theoretically hit 200 cache uploads in underneath a minute if every job creates a number of entries.
The repair is simple: consolidate cache keys the place doable, or stagger job completion when you’re genuinely bumping towards the ceiling. GitHub hasn’t introduced any monitoring dashboard for cache add charges, so groups involved about hitting limits might want to audit their workflow logs manually.
Picture supply: Shutterstock






