Retired

January 16, 20261 Minute Read

Rate limiting for actions cache entries

GitHub Actions cache now has a rate limit of 200 uploads/minute per repo. This limit only impacts uploads of new cache entries—it does not impact cache entries that are downloaded in job runs.

We’ve implemented this limit in response to repositories that upload a high volume of cache entries in very short periods of time which increase cache thrash and impact system stability. We’re working with the authors of some marketplace actions to use behavior that reduces these challenges.

Users impacted by the rate limits can expect some new cache entry uploads to be rejected until the rate limit resets.

Subscribe to our developer newsletter

Discover tips, technical guides, and best practices in our biweekly newsletter just for devs.

By submitting, I agree to let GitHub and its affiliates use my information for personalized communications, targeted advertising, and campaign effectiveness. See the GitHub Privacy Statement for more details.

Rate limiting for actions cache entries - GitHub Changelog