January 18, 2026
Structured MADR Validator
Version updated for https://github.com/zircote/structured-madr to version v1.1.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary Structured MADR is a GitHub Action that enhances Markdown Architectural Decision Records (MADR) by introducing YAML-based machine-readable metadata, structured risk assessments, and compliance tracking through audit sections. It automates and standardizes the documentation of architectural decisions, making them both human-readable and programmatically accessible, while addressing gaps such as risk evaluation, explicit decision relationships, and auditability.
January 17, 2026
Update uv.lock
Version updated for https://github.com/abhsheksingh/update-uv-lock to version v1.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The Update uv.lock Action automates the process of regenerating the uv.lock file in a repository whenever changes are made to pyproject.toml or dependencies during a pull request. It ensures that the uv.lock file is always up-to-date by detecting differences, regenerating the file, and automatically committing the changes to the branch.
January 17, 2026
Dependabot Cron Action
Version updated for https://github.com/akheron/dependabot-cron-action to version v1.2.
This action is used across all versions by 257 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The Dependabot Cron Action is a GitHub Action designed to automatically approve and merge pull requests created by Dependabot or a specified user, based on predefined criteria. It streamlines the process of managing dependency updates by automating periodic checks and merges, ensuring repositories stay up-to-date without manual intervention.
January 17, 2026
Setup yt-dlp
Version updated for https://github.com/AnimMouse/setup-yt-dlp to version v3.1.0.
This action is used across all versions by 77 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action sets up yt-dlp, a powerful video downloader and fork of youtube-dl, for use in CI/CD workflows on GitHub Actions. It automates the installation of yt-dlp, FFmpeg, and other recommended tools like aria2 and yt-dlp-ejs to enhance video downloading capabilities, such as handling video merging, parallel downloads, and bypassing JavaScript challenges.
January 17, 2026
Proof HTML
Version updated for https://github.com/anishathalye/proof-html to version v2.2.3.
This action is used across all versions by 3,332 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The proof-html GitHub Action automates the validation of HTML and CSS using the Nu HTML Validator and verifies links, images, and metadata utilizing HTMLProofer. It helps ensure the quality and correctness of web content by detecting issues such as invalid markup, broken links, missing alt attributes, and non-secure URLs.
January 17, 2026
check-version-before-release
Version updated for https://github.com/digicatapult/check-version to version v1.5.30.
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 automates the process of validating and comparing version numbers across package managers (npm, Cargo, and Poetry). It ensures that the version specified in configuration files (e.g., package.json, Cargo.toml, pyproject.toml) matches across files and is higher than the latest published tag according to semantic versioning rules.
January 17, 2026
Api for Allure Docker Service
Version updated for https://github.com/dimashabalin/allure-docker-service-api-action 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 This GitHub Action integrates with the Allure Docker Service to automate the management of test result reports. It streamlines tasks such as uploading test results, cleaning up results, generating reports, and managing projects in the Allure Docker Service. By automating these processes, it simplifies the workflow for managing and visualizing test data, improving efficiency in continuous integration and deployment pipelines.
January 17, 2026
Actions to Install LLVM and Clang
Version updated for https://github.com/jhchundev/install-llvm-action to version v1.1.9.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The install-llvm-action GitHub Action automates the process of downloading and installing specific versions of LLVM and Clang binaries in CI/CD workflows. It simplifies environment setup by adding the installed binaries to relevant system variables (e.g., PATH, LD_LIBRARY_PATH) and supports specifying versions, architectures, and installation directories.
January 17, 2026
Get Current Version from PyPI Module
Version updated for https://github.com/joepitt91/action-version-from-pypi to version v1.1.2.
This action is used across all versions by 1 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action retrieves the current version of a specified Python package from PyPI. It automates the process of checking and extracting the latest version of a module, simplifying dependency management and ensuring accurate version tracking in workflows.
Release notes What’s Changed chore(deps): bump certifi from 2025.