github-api-usage-monitor
Version updated for https://github.com/hesreallyhim/github-api-usage-monitor to version v2.0.0.
- This action is used across all versions by 7 repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The github-api-usage-monitor GitHub Action tracks and reports GitHub API rate limit usage during workflow jobs by periodically polling the /rate_limit endpoint. It automates the monitoring of API consumption, providing detailed insights into per-bucket usage and preventing workflows from exceeding rate limits. This action is ideal for developers who need to analyze API usage patterns or optimize workflows interacting with GitHub’s API.
What’s Changed
2.0.0 (2026-04-03)
⚠ BREAKING CHANGES
- upgrade to node 24
Miscellaneous Chores
- upgrade to node 24 (10c7aab)