GitHub Actions Checker is a Go-based tool that scans a list of GitHub Actions with SHA version tags, checks for newer versions, and optionally sends notifications to Slack.
- Reads a list of GitHub Actions from a file.
- Queries the GitHub API to check for newer versions based on repository tags.
- Prints available updates to the console.
- Supports authentication via a GitHub token to avoid API rate limiting.