December 1, 2025
AI Inference
Version updated for https://github.com/actions/ai-inference to version v2.0.4.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 1,547 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Clarify token requirements for MCP integration by @GulerSevil in https://github.com/actions/ai-inference/pull/139 Pass GitHub MCP Tools by @maartenvandiemen in https://github.com/actions/ai-inference/pull/142 New Contributors @GulerSevil made their first contribution in https://github.com/actions/ai-inference/pull/139 @maartenvandiemen made their first contribution in https://github.
December 1, 2025
APX Semantic Drift
Version updated for https://github.com/apx-project/semantic-drift-action to version v0.1.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes 🚀 APX Semantic Drift Action v0.1.0 Implements Law #1 of Evolvable Software: “All systems drift unless governed.”
Features 🏷️ Adds semantic labels to PRs (apx:pack=, apx:impact=, apx:trait=) 💬 Posts drift summary comments for reviewers 🔒 Optional security gate — fail on high/critical drift Usage - uses: apx-project/semantic-drift-action@v0.
December 1, 2025
Go sum fix
Version updated for https://github.com/at-wat/go-sum-fix-action to version v0.9.4.
This action is used across all versions by 270 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Suppress error log when auth info is not persisted by @at-wat in https://github.com/at-wat/go-sum-fix-action/pull/70 Full Changelog: https://github.com/at-wat/go-sum-fix-action/compare/v0.9.3...v0.9.4
December 1, 2025
Setup Bowtie
Version updated for https://github.com/bowtie-json-schema/bowtie to version v2025.11.4.
This action is used across all versions by 5 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Bump recharts from 3.4.1 to 3.5.0 in /frontend in the frontend-dependencies group by @dependabot[bot] in https://github.com/bowtie-json-schema/bowtie/pull/2298 Bump actions/checkout from 5 to 6 by @dependabot[bot] in https://github.com/bowtie-json-schema/bowtie/pull/2297 Bump dev.harrel:json-schema from 1.8.2 to 1.9.0 in /implementations/java-json-schema by @dependabot[bot] in https://github.com/bowtie-json-schema/bowtie/pull/2299 Full Changelog: https://github.
December 1, 2025
Color Contrast Linter
Version updated for https://github.com/comfort-mode-toolkit/color-contrast-linter-action to version v1.0.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes We are excited to announce the first public release of the Color Contrast Linter Action. This GitHub Action automates accessibility testing in your CI/CD pipeline, ensuring your application’s color pairs meet WCAG standards without manual checking.
Key Features Automated CI/CD Integration: Automatically check color contrast on every push and pull request.
December 1, 2025
tscanner-action
Version updated for https://github.com/lucasvtiradentes/tscanner-action to version v0.0.23.
This action is used across all versions by 1 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Full Changelog: https://github.com/lucasvtiradentes/tscanner-action/compare/v0.0.22...v0.0.23
December 1, 2025
Code Cleaner JS/TS
Version updated for https://github.com/mustan-ali/code-cleaner to version v1.0.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Code Cleaner JS/TS v1.0.0 Code Cleaner JS/TS is a GitHub Action that automatically detects unused imports and dependencies in JavaScript/TypeScript projects and monorepos.
🚀 Features Detects unused ES6 imports in .js, .ts, .jsx, .tsx files Identifies unused dependencies in package.json Supports monorepos with multiple packages Fails CI/CD when unused imports are found Provides warnings for unused dependencies Works with Node.
December 1, 2025
Java Cleanup with Eclipse JDT (Headless)
Version updated for https://github.com/nbauma109/refactoring-cleanup-action to version v2.
This action is used across all versions by 1 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes This release proposes the following source cleanups from Eclipse:
cleanup_array_with_curly cleanup_use_autoboxing cleanup_overridden_assignment_move_decl cleanup_always_use_this_for_non_static_method_access cleanup_remove_trailing_whitespaces_ignore_empty cleanup_system_property_javaspecversion cleanup_primitive_comparison cleanup_system_property_file_encoding cleanup_format_source_code_changes_only cleanup_remove_redundant_semicolons cleanup_useless_continue cleanup_qualify_static_member_accesses_through_subtypes_with_declaring_class cleanup_remove_redundant_type_arguments cleanup_remove_unused_imports cleanup_break_loop cleanup_pull_up_assignment cleanup_stringbuilder cleanup_arrays_fill cleanup_no_super cleanup_use_lambda cleanup_operand_factorization cleanup_simplify_lambda_expression_and_method_ref cleanup_always_use_blocks cleanup_stringconcat_to_textblock cleanup_sort_members_all cleanup_system_property_path_separator cleanup_instanceof cleanup_precompile_regex cleanup_add_missing_annotations cleanup_always_use_this_for_non_static_field_access cleanup_boolean_literal cleanup_sort_members cleanup_always_use_parentheses_in_expressions cleanup_remove_unused_method_parameters cleanup_remove_unused_local_variables cleanup_add_missing_deprecated_annotations cleanup_no_string_creation cleanup_use_unboxing cleanup_use_blocks_only_for_return_and_throw cleanup_standard_comparison cleanup_if_condition cleanup_system_property_line_separator cleanup_remove_trailing_whitespaces cleanup_map_cloning cleanup_add_serial_version_id cleanup_try_with_resource cleanup_use_this_for_non_static_method_access cleanup_use_this_for_non_static_method_access_only_if_necessary cleanup_single_used_field cleanup_reduce_indentation cleanup_primitive_parsing cleanup_make_local_variable_final cleanup_qualify_static_member_accesses_with_declaring_class cleanup_add_missing_override_annotations cleanup_use_blocks cleanup_multi_catch cleanup_collection_cloning cleanup_pull_out_if_from_if_else cleanup_make_variable_declarations_final cleanup_convert_to_enhanced_for_loop_if_loop_var_used cleanup_redundant_comparator cleanup_remove_unused_private_types cleanup_system_property_boolean cleanup_qualify_static_method_accesses_with_declaring_class cleanup_lazy_logical_operator cleanup_bitwise_conditional_expression cleanup_simplify_boolean_if_else cleanup_add_all cleanup_use_directly_map_method cleanup_system_property_file_separator cleanup_qualify_static_field_accesses_with_declaring_class cleanup_add_generated_serial_version_id cleanup_stringbuilder_for_local_vars cleanup_controlflow_merge cleanup_comparing_on_criteria cleanup_do_while_rather_than_while cleanup_primitive_serialization cleanup_stringbuffer_to_stringbuilder cleanup_extract_increment cleanup_comparison_statement cleanup_insert_inferred_type_arguments cleanup_make_private_fields_final cleanup_remove_unnecessary_suppress_warnings cleanup_useless_return cleanup_instanceof_keyword cleanup_use_this_for_non_static_field_access_only_if_necessary cleanup_one_if_rather_than_duplicate_blocks_that_fall_through cleanup_remove_trailing_whitespaces_all cleanup_valueof_rather_than_instantiation cleanup_plain_replacement cleanup_remove_unnecessary_array_creation cleanup_remove_private_constructors cleanup_make_parameters_final cleanup_substring cleanup_ternary_operator cleanup_replace_deprecated_calls cleanup_merge_conditional_blocks cleanup_return_expression cleanup_system_property cleanup_unlooped_while cleanup_convert_to_enhanced_for_loop cleanup_remove_unused_private_fields cleanup_never_use_blocks cleanup_remove_redundant_modifiers cleanup_unreachable_block cleanup_switch cleanup_redundant_falling_through_block_end cleanup_number_suffix cleanup_also_simplify_lambda cleanup_system_property_javaversion cleanup_replace_deprecated_fields cleanup_remove_unnecessary_nls_tags cleanup_convert_to_switch_expressions cleanup_use_this_for_non_static_field_access cleanup_use_string_is_blank cleanup_static_inner_class cleanup_qualify_static_member_accesses_through_instances_with_declaring_class cleanup_add_missing_nls_tags cleanup_remove_unnecessary_casts cleanup_objects_equals cleanup_convert_functional_interfaces cleanup_else_if cleanup_format_source_code cleanup_boolean_value_rather_than_comparison cleanup_add_default_serial_version_id cleanup_remove_unused_private_methods cleanup_make_type_abstract_if_missing_method cleanup_join cleanup_embedded_if cleanup_use_anonymous_class_creation cleanup_invert_equals cleanup_add_missing_override_annotations_interface_methods cleanup_switch_for_instanceof_pattern cleanup_remove_unused_private_members cleanup_never_use_parentheses_in_expressions cleanup_strictly_equal_or_different cleanup_push_down_negation cleanup_evaluate_nullable cleanup_use_parentheses_in_expressions cleanup_hash cleanup_stringconcat_stringbuffer_stringbuilder cleanup_double_negation cleanup_overridden_assignment cleanup_primitive_rather_than_wrapper cleanup_correct_indentation cleanup_use_var
November 30, 2025
GitHub Action for Danger-Swift + SwiftLint
Version updated for https://github.com/417-72KI/danger-swiftlint to version v6.2.
This action is used across all versions by 36 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Swift 6.2 support by @417-72KI in https://github.com/417-72KI/danger-swiftlint/pull/69 Full Changelog: https://github.com/417-72KI/danger-swiftlint/compare/v6.1...v6.2