January 27, 2026
godot-ci
Version updated for https://github.com/abarichello/godot-ci to version 4.6-stable.
This action is used across all versions by 32 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The godot-ci GitHub Action provides an automated solution for exporting Godot Engine games and deploying them to platforms like GitHub Pages, GitLab Pages, and Itch.io. It simplifies the CI/CD process for game developers by integrating with GitHub Actions and GitLab CI to handle tasks like game export, deployment, and platform-specific configurations for Android and Mono (C#) projects.
January 27, 2026
Cached Pre-Commit
Version updated for https://github.com/andrewaylett/pre-commit-action to version v4.5.1-10.
This action is used across all versions by 9 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The andrewaylett/pre-commit-action GitHub Action automates the execution of pre-commit hooks during CI workflows, ensuring code quality and enforcing standards by running specified hooks against the repository’s files. It simplifies integration with the pre-commit framework by handling setup tasks like cloning the code and configuring the cache.
January 27, 2026
Publish Agent Skills
Version updated for https://github.com/andrewhowdencom/skr to version v0.0.3.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The GitHub Action skr facilitates the management, distribution, and maintenance of Agent Skills—specialized AI capabilities—using OCI Image registries. It automates tasks such as building, publishing, and versioning these skills in CI/CD pipelines, creating a standardized ecosystem for sharing and deploying AI functionalities.
January 27, 2026
IAM Validator
Version updated for https://github.com/boogy/iam-policy-validator to version v1.15.2.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The IAM Policy Validator GitHub Action is a security tool that analyzes and validates AWS IAM policies to detect potential misconfigurations before deployment. It automates the identification of issues such as overly permissive access, privilege escalation risks, invalid syntax, and missing security controls, ensuring adherence to least privilege principles and organizational requirements.
January 27, 2026
Border0 Connect
Version updated for https://github.com/borderzero/gh-action to version v3.0.
This action is used across all versions by 6 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action provides instant SSH access to GitHub Actions runner virtual machines using Border0’s ephemeral connector, enabling efficient debugging of failed workflows and inspection of build environments. It automates the setup and cleanup of temporary SSH connections, integrates GitHub context tags and Slack notifications, and allows for customized metadata tagging and background operation.
January 27, 2026
Slack Manifest Updater
Version updated for https://github.com/DaInfLoop/slack-manifest-updater to version v1.0.1.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The Slack Manifest Updater GitHub Action automates the process of updating a Slack app’s manifest whenever changes are made to the manifest file in a repository. This action simplifies managing Slack app configurations across different environments by ensuring manifests are kept up-to-date without manual intervention.
January 27, 2026
check-version-before-release
Version updated for https://github.com/digicatapult/check-version to version v1.5.36.
This action is used across all versions by 35 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action verifies and compares the versions defined in package.json, package-lock.json, Cargo.toml, and pyproject.toml to ensure they are consistent and higher than the latest published tag based on semantic versioning. It automates version validation across different package managers (npm, Cargo, and Poetry), helping maintain versioning accuracy and preventing accidental downgrades or mismatches.
January 27, 2026
IETF YANG Validator
Version updated for https://github.com/fno2010/ietf-yang-validator to version v1.2.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The IETF YANG Validator GitHub Action automates the validation of YANG modules defined in IETF Internet drafts and RFCs. It extracts YANG modules, resolves dependencies, and validates them using either the YANG Catalog API or local validation tools such as pyang and yanglint.
January 27, 2026
setup-xgo
Version updated for https://github.com/goplus/setup-xgo to version v1.1.0.
This action is used across all versions by 2 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The setup-xgo GitHub Action sets up an XGo environment in workflows by installing Go and XGo, optionally caching specific versions, and adding them to the PATH. It automates the configuration process for cross-compiling Go applications using XGo, ensuring compatibility through SemVer-based version matching.