July 21, 2026
Normalize Major Version Tag
Version updated for https://github.com/stairwaytowonderland/normalize-majorver to version v1.1.0.
This action is used across all versions by 10 repositories. Action Type This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action normalizes major version tags when a semantic versioning tag is pushed, ensuring that developers can consistently reference stable versions of the action. It works well with GitHub Actions versioning and supports dry runs to avoid unintended changes. To include the action in another repository, use the uses syntax with a branch or tag reference.
July 21, 2026
Repository Create
Version updated for https://github.com/stairwaytowonderland/repository-create to version v1.83.0.
This action is used across all versions by ? 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 repository-create action is a Node.js CLI that uses Octokit.js to dynamically create GitHub organization repositories and apply predefined general settings and branch rulesets. It supports both blank creation and template-based repository generation, with options for specifying visibility and writing job summaries. The action requires a GitHub Personal Access Token with specific scopes and can be used as an action in other workflows.
July 21, 2026
SunsetPR AI Model Lifecycle Check
Version updated for https://github.com/synergia-yoshi/sunsetpr-action to version v0.2.0.
This action is used across all versions by 1 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 SunsetPR AI Model Lifecycle Check action automatically detects deprecated OpenAI, Anthropic, and Google Gemini model IDs and API surfaces in CI before their shutdown date. It reports the exact file and line, shutdown date, official replacement or migration path, confidence, and provider-owned documentation. The action is user-friendly and provides a structured table to the GitHub Actions Job Summary with a machine-readable report written to .sunsetpr/report.json.
July 21, 2026
ArchGuard - Architectural Drift Detector
Version updated for https://github.com/Tgenz1213/ArchGuard to version v1.2.0.
This action is used across all versions by 0 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary ArchGuard is a tool that uses LLMs to detect architectural drift in code changes by comparing them against established Architectural Decision Records (ADRs). It helps prevent “architectural drift” by ensuring code adheres to the rules defined in ADRs. ArchGuard supports local analysis without sending sensitive data over the internet and can be configured via a YAML file for detailed settings.
July 21, 2026
Expand AWS IAM Wildcards
Version updated for https://github.com/thekbb/expand-aws-iam-wildcards to version v1.4.0.
This action is used across all versions by 1 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 action automatically expands IAM wildcard actions in PR diffs and posts inline comments showing what each wildcard matches, with links to AWS docs. It helps reviewers understand security posture changes more easily by providing inline comments with expanded actions linked to AWS documentation. The recommended setup includes a pull_request workflow trigger with write permissions for pull-requests and uses a full 40-character commit SHA for immutable reference.
July 21, 2026
gmetrics-action
Version updated for https://github.com/twangodev/gmetrics to version v1.7.1.
This action is used across all versions by 1 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The GitHub Action gmetrics is a Go port of lowlighter/metrics, designed for generating SVG output paths using the metrics tool. It automates tasks related to performance monitoring and analysis by providing an alternative to the original metrics package. The action supports caching per-repo language stats across runs, optimizing processing for new commits.
July 21, 2026
Medicare NPI Revalidation Lookup
Version updated for https://github.com/unitedideas/medicare-revalidation-action to version v1.0.3.
This action is used across all versions by ? repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The Medicare revalidation checks action in GitHub Actions automates the process of validating public enrollment evidence and revalidation due dates for a list of NPIs against the CMS Medicare Revalidation List. It supports both demo and real rosters, with options to set hard charge caps. For larger datasets, it uses Apify to handle the lookup operations and can be used as an email reminder service or scheduled comparison tool. The action provides a free two-NPI demo without a token but requires an API token for real use cases.
July 21, 2026
MCP Test Harness
Version updated for https://github.com/vaquarkhan/mcp-test-harness to version v3.0.8.
This action is used across all versions by ? repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary MCP Test Harness is a CI gate for MCP servers, ensuring that AI agents’ connectors work correctly before deployment. It automates deterministic tests using pytest-style syntax, providing JUnit/SARIF reports and conformance badges to audit and govern the server’s functionality. The action supports multiple transports (stdio, SSE, HTTP) and integrates seamlessly with GitHub Actions, JUnit consumers, and Code Scanning for comprehensive testing coverage and security checks.
July 21, 2026
Vibgrate Scan
Version updated for https://github.com/vibgrate/cli to version v2026.721.3.
This action is used across all versions by 0 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The @vibgrate/cli GitHub Action provides a local tool to analyze codebases, assess drift scores, and generate drift breakdowns. It automates tasks such as generating code graphs, calculating drift scores, and identifying upgrade priorities. The main purpose is to help AI coding agents understand the current state of a project’s dependencies, runtime lag, and EOL proximity on the developer’s machine without relying on external APIs or data transfer.
July 21, 2026
Gemini PR Reviewer
Version updated for https://github.com/vivek180905/Gemini-AI-PR-Reviewer to version v1.0.1.
This action is used across all versions by ? repositories. Action Type This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary Gemini PR Reviewer automates code reviews for GitHub Pull Requests by leveraging Google’s Gemini AI to analyze git diffs, identifying bugs, performance issues, and security vulnerabilities. It posts actionable feedback directly on PRs, enhancing collaboration and maintaining high-quality code standards.