December 28, 2025
datamodel-code-generator
Version updated for https://github.com/koxudaxi/datamodel-code-generator to version 0.50.0.
This action is used across all versions by 2,497 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The datamodel-code-generator GitHub Action automates the generation of Python data models from various schema definitions such as OpenAPI 3, JSON Schema, GraphQL, and raw data formats (JSON/YAML/CSV). It simplifies the creation of type-safe, validated Python code, supporting Pydantic, dataclasses, TypedDict, and msgspec models, while handling complex schema structures like $ref, allOf, and enums.
December 28, 2025
pinact
Version updated for https://github.com/suzuki-shunsuke/pinact-action to version v1.3.0.
This action is used across all versions by 143 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The pinact-action GitHub Action automates the process of pinning specific versions of GitHub Actions and reusable workflows in workflow configuration files to ensure stability and reproducibility. It can either update the files and push changes to a repository or validate that all actions are properly pinned, failing the CI process if they are not.
December 28, 2025
Setup Homebrew Zoomrecovery
Version updated for https://github.com/twinboi90/homebrew-zoomrecovery to version v1.0.14.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary ZoomRecovery is a macOS utility designed to automatically detect and resolve Zoom Error 1132, a common issue that prevents users from joining or hosting meetings. It automates the recovery process by cleaning up affected Zoom user data and relaunching the application, eliminating the need for manual troubleshooting.
December 28, 2025
RunHuman Issue Tester
Version updated for https://github.com/volter-ai/runhuman-issue-tester-action to version 0.0.6.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The Runhuman Issue Tester GitHub Action automates QA testing for issues linked to pull requests by leveraging AI and human testers. It identifies and evaluates testable issues from PR references or commit messages, allowing real human testers to verify fixes via provided test URLs, and posts results as comments while reopening issues upon failure.
December 28, 2025
Release Edge Extension
Version updated for https://github.com/baptistecdr/release-edge-extension to version v2.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 Release Edge Extension GitHub Action automates the process of publishing Microsoft Edge extensions to the Edge Web Store. It simplifies tasks such as uploading the extension file, managing API authentication, and handling retries for API requests. This action is ideal for developers looking to streamline their Edge extension release workflow, reducing manual effort and ensuring a more efficient deployment process.
December 28, 2025
ChangeLog Generator Action
Version updated for https://github.com/baynezy/ChangeLogger.Action to version 1.2.1.7.
This action is used across all versions by 9 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The Changelog.Action GitHub Action automates the process of updating and managing a project’s changelog file following the Keep a Changelog standard. It updates version information and moves content from the [Unreleased] section to the appropriate release section, simplifying changelog maintenance and ensuring consistency.
December 28, 2025
Aptu Triage
Version updated for https://github.com/clouatre-labs/aptu to version v0.2.8.
This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary Aptu is an AI-powered command-line tool and GitHub Action designed to automate and enhance issue triage and pull request reviews for open-source projects. It utilizes efficient AI models to generate issue summaries, suggest labels, propose clarifying questions, and provide contributor guidance, thereby streamlining the management of repositories.
December 28, 2025
Merge Conflict Warning
Version updated for https://github.com/darcymccoy/merge-conflict-action 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 Merge Conflict GitHub Action is designed to detect and warn if merging a pull request (PR) will create merge conflicts with other open PRs. It automates the process of identifying potential file overlap conflicts between PRs, helping teams proactively address issues before they occur.
December 28, 2025
Setup Python environment
Version updated for https://github.com/durandtibo/setup-venv-uv-action to version v0.0.3.
This action is used across all versions by 12 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The setup-venv-uv-action GitHub Action automates the setup of Python virtual environments using the ultra-fast uv package installer and resolver. It simplifies and accelerates environment configuration, dependency installation, and verification, while offering flexibility for specifying Python versions, custom install arguments, and package testing.