January 19, 2026
Coder Create Task
Version updated for https://github.com/coder/create-task-action to version v0.0.5.
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 The Coder Task GitHub Action automates the creation of Coder tasks by linking a GitHub user to their corresponding Coder user account and generating a task using a predefined template and prompt. It streamlines workflows by integrating with GitHub issues, optionally posting comments with task details, and enabling efficient task management within a Coder deployment.
January 19, 2026
typos-action
Version updated for https://github.com/crate-ci/typos to version v1.42.1.
This action is used across all versions by 44 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action, “typos,” is a source code spell checker that identifies and corrects spelling mistakes in code repositories. It is designed to be fast and accurate, minimizing false positives to ensure reliable use in workflows like pull requests. Key capabilities include automatic typo detection, customizable dictionaries, support for multiple integrations (e.
January 19, 2026
Setup .NET Fast
Version updated for https://github.com/fast-actions/setup-dotnet to version v1.0.2.
This action is used across all versions by 2 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The setup-dotnet GitHub Action simplifies the process of setting up the .NET SDK, Runtime, or ASP.NET Core in workflows by enabling parallel downloads, automatic caching, and intelligent version resolution (including wildcards, keywords, and global.json). It automates the installation of required .NET components, optimizing workflow performance by minimizing redundant downloads and ensuring faster builds.
January 19, 2026
Run Gemini CLI
Version updated for https://github.com/google-github-actions/run-gemini-cli to version v0.1.19.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 791 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary run-gemini-cli is a GitHub Action that integrates the Gemini CLI into development workflows to automate routine coding tasks and provide on-demand AI-driven collaboration. It simplifies tasks such as pull request reviews, issue triage, code analysis, and modifications through conversational commands directly in GitHub repositories.
January 19, 2026
GitHub Actions Dependency Submission
Version updated for https://github.com/jessehouwing/actions-dependency-submission to version v1.0.7.
This action is used across all versions by 34 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The GitHub Actions Dependency Submission is a tool designed to automatically scan GitHub workflow files, composite actions, and Docker-based dependencies, and submit them to GitHub’s Dependency Graph for enhanced security and dependency tracking. It simplifies dependency management by automating the detection of action, workflow, and image dependencies, including support for forked repositories and custom directory paths.
January 19, 2026
Official Junie GitHub Action (BETA)
Version updated for https://github.com/JetBrains/junie-github-action to version v0.3.1.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 5 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The Junie GitHub Action integrates JetBrains’ AI-powered coding assistant, Junie, into GitHub workflows to automate tasks such as code changes, issue resolution, pull request (PR) management, and conflict resolution. It streamlines development by enabling features like automated issue fixes, inline code reviews, CI failure analysis, and merge conflict handling, all triggered through mentions, labels, or custom prompts.
January 19, 2026
Get Latest Version from DockerHub Image Tags
Version updated for https://github.com/joepitt91/action-version-from-dockerhub to version v2.0.2.
This action is used across all versions by 2 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action retrieves the latest semantic version number from a Docker Hub repository’s tagged images, optionally filtered by version constraints. It automates the process of identifying the most recent suitable image version, simplifying workflows that rely on up-to-date Docker images. Key capabilities include authentication with Docker Hub and support for filtering versions based on specified criteria.
January 19, 2026
Get Latest Version from GitHub Package
Version updated for https://github.com/joepitt91/action-version-from-github-package to version v2.0.1.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action retrieves the latest version of a specified package from GitHub Packages, supporting various package types such as npm, Maven, Docker, and more. It automates the process of identifying the most recent version of a package, optionally filtered by minimum or maximum version constraints.
January 19, 2026
Get Latest Version from GitHub Tags
Version updated for https://github.com/joepitt91/action-version-from-github-tag to version v2.0.1.
This action is used across all versions by 2 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action retrieves the latest version and corresponding tag from the tags in a specified GitHub repository. It automates the process of identifying the most recent version, with optional filters to specify version ranges. This is particularly useful for workflows that depend on dynamically fetching the latest version of a project or library.