March 13, 2026
Baidu Netdisk Upload
Version updated for https://github.com/CHC383/baidu-netdisk-upload-action to version v1.2.2.
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 Baidu Netdisk Upload Action is a reusable GitHub Action that automates the process of uploading files to Baidu Netdisk using the BaiduPCS-Go tool. It streamlines artifact management by supporting cross-platform uploads (Linux, macOS, Windows) with features like glob pattern matching, customizable upload policies, and compatibility with multiple architectures.
March 13, 2026
setup-atmos
Version updated for https://github.com/cloudposse/github-action-setup-atmos to version v3.0.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 33 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 sets up and installs a specified version of atmos, a tool for managing infrastructure and configurations, within a CI/CD workflow.
March 13, 2026
crowdin-action
Version updated for https://github.com/crowdin/github-action to version v2.15.2.
This action is used across all versions by 12,138 repositories. Action Type This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The GitHub Crowdin Action streamlines and automates the localization workflow by integrating Crowdin with GitHub Actions. It allows users to upload and download localization resources, manage translations, and create pull requests with updated translations directly in their repositories.
March 13, 2026
JSON Schema Validate
Version updated for https://github.com/dsanders11/json-schema-validate-action to version v2.0.0.
This action is used across all versions by 58 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 JSON Schema Validate Action is a GitHub Action designed to validate YAML and JSON files against a specified JSON schema, ensuring that configuration files conform to expected standards. It automates the process of schema validation in CI/CD workflows, helping developers catch errors in structured files early.
March 13, 2026
TypeScript Agent Action
Version updated for https://github.com/earlyai/pull-request-test-generation to version v1.7.7.
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 Early-Catch is a GitHub Action designed to automate the generation of unit tests for JavaScript and TypeScript code changes in pull requests. It identifies under-tested functions, creates targeted test cases, and auto-commits only valid and working tests, thus enhancing test coverage and reducing manual effort in writing tests.
March 13, 2026
The Janitor Stop the Slop
Version updated for https://github.com/GhrammR/the-janitor to version v6.12.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 The Janitor is a GitHub Action that acts as a structural firewall for AI-generated code, ensuring code quality and security by detecting and automatically removing dead code, zombie dependencies, and structural issues before pull requests are merged.
March 13, 2026
delstack-action
Version updated for https://github.com/go-to-k/delstack to version v2.3.0.
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 delstack GitHub Action is a CLI tool designed to forcefully delete entire AWS CloudFormation stacks, including resources that fail to delete during standard CloudFormation deletion, such as non-empty S3 buckets, nested child stacks, and IAM groups with external users.
March 13, 2026
stackit-cli tools installer
Version updated for https://github.com/jkroepke/setup-stackit-cli to version v1.2.33.
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 This GitHub Action automates the installation of the stackit-cli tool on a workflow runner, allowing users to specify the version to install (e.g., latest or a specific semantic version). It simplifies the setup process by caching the binary and adding it to the system’s PATH, ensuring the desired version of stackit-cli is readily available for use in CI/CD pipelines.
March 13, 2026
Get Current Version from PyPI Module
Version updated for https://github.com/joepitt91/action-version-from-pypi to version v1.1.3.
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 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, enabling workflows to dynamically reference or validate dependencies.