January 17, 2026
Ruleset Trigger
Version updated for https://github.com/solairen/ruleset-trigger to version 1.0.4.
This action is used across all versions by 1 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The GitHub Ruleset Manager is a Python-based utility that automates the management of GitHub repository rulesets via the GitHub API. It streamlines tasks such as enabling or disabling ruleset enforcement programmatically, reducing the need for manual configuration. This action is useful for maintaining consistent repository policies and enforcing governance at scale.
January 17, 2026
action-validator
Version updated for https://github.com/tijuks/action-validator to version Error loading version from page [https://github.com/marketplace/actions/action-validator], unable to determine latest release.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The action-validator is a tool designed to lint and validate GitHub Actions and Workflow YAML files. It ensures they are well-formed by validating against JSON schemas and checks that file patterns in paths or paths-ignore match at least one file in the repository.
January 17, 2026
E-Mail HTML Validator
Version updated for https://github.com/YunaBraska/email-html-validator to version 2026.01.0162034.
This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The “Email HTML Validator” GitHub Action automates the validation of newsletter templates by analyzing inline HTML, files, stdin, or URLs for compatibility with the “Can I Email” dataset. It identifies accepted, partial, rejected, or unknown features and optionally performs accessibility audits using Playwright and axe-core.
January 16, 2026
Version Tag Check
Version updated for https://github.com/AbsaOSS/version-tag-check to version v1.0.0.
This action is used across all versions by 21 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The Version Tag Checker GitHub Action automates the validation of version tags in repositories to ensure compliance with semantic versioning standards. It checks for correct tag formats, validates whether a tag exists or is a valid increment of the latest version, and prevents issues like duplicate, missing, or incorrectly sequenced tags.
January 16, 2026
Semantic Versioning Action
Version updated for https://github.com/Afterlife-Guide/SemVer.Action to version 1.3.2.18.
This action is used across all versions by 14 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The SemVer Action is a GitHub Action designed to manage a project’s Semantic Version Number using a JSON file. It automates the process of reading and updating version numbers, enabling seamless version control within CI/CD workflows. Key capabilities include extracting individual version components (major, minor, patch, build) and updating them programmatically in the specified JSON file.
January 16, 2026
Has Active Deployment for Environment
Version updated for https://github.com/AminFazlMondo/check-deployed-environment to version v1.5.70.
This action is used across all versions by 3 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The Check Deployed Environment GitHub Action verifies whether a specific commit is currently deployed to a specified environment in GitHub. It automates the process of checking active deployments, helping streamline workflows by determining deployment status and avoiding redundant deployments. Key capabilities include identifying active deployments and providing actionable outputs for conditional workflow steps.
January 16, 2026
Amazon ECS Deploy Express Service Action for GitHub Actions
Version updated for https://github.com/aws-actions/amazon-ecs-deploy-express-service to version v1.2.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates the deployment of containerized applications to Amazon ECS using Express Mode, which simplifies infrastructure management by automatically provisioning resources like load balancers, target groups, and security groups. It streamlines ECS service creation and updates, handles scaling, and ensures deployments reach a stable state.
January 16, 2026
Amazon ECS Deploy Task Definition Action for GitHub Actions
Version updated for https://github.com/aws-actions/amazon-ecs-deploy-task-definition to version v2.6.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 36,955 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates the process of registering an Amazon ECS task definition and deploying it to an ECS service. It simplifies containerized application updates by allowing users to manage task definitions as code, update attributes like container images, and ensure service stability during deployments.
January 16, 2026
Amazon ECS Render Task Definition Action for GitHub Actions
Version updated for https://github.com/aws-actions/amazon-ecs-render-task-definition to version v1.8.3.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 35,930 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The Amazon ECS “Render Task Definition” GitHub Action automates the process of modifying ECS task definition JSON files by inserting container image URIs, along with optional environment variables, secrets, and other configurations. It simplifies the deployment workflow by preparing updated task definitions for ECS services, enabling seamless integration with Amazon ECS.